Skip to content

Commit 82c62a1

Browse files
committed
Update README with links to groovydocs
1 parent 6335398 commit 82c62a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Generating tiles::
106106
TileGenerator generator = new TileGenerator(verbose: true)
107107
generator.generate(gpkg, renderer, 0, 4)
108108

109-
See the `web site <http://geoscript.org>`_, the `cook book <https://jericks.github.io/geoscript-groovy-cookbook/>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
109+
See the `web site <http://geoscript.org>`_, the `groovy docs <http://geoscript.github.io/geoscript-groovy/api/1.9-SNAPSHOT/index.html>`_ or the `cook book <https://jericks.github.io/geoscript-groovy-cookbook/>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
110110

111111
You can also use GeoScript Groovy as a library. If you use Maven you will need to add the Boundless Maven Repository::
112112

@@ -156,6 +156,11 @@ Versions
156156
| 1.0 | 8 | 2.2 | 1.12 | 1.8.8 |
157157
+-----------+----------+-----------+------+----------+
158158

159+
API Groovy Docs
160+
`1.9-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.9-SNAPSHOT/index.html>`_
161+
162+
`1.8.0 <http://geoscript.github.io/geoscript-groovy/api/1.8.0/index.html>`_
163+
159164
Projects using GeoScript Groovy
160165
-------------------------------
161166
`geoc: A geospatial command line application <https://github.com/jericks/geoc>`_

0 commit comments

Comments
 (0)