Skip to content

Commit

Permalink
manual: add entries about Jupyter notebook support (#2314)
Browse files Browse the repository at this point in the history
- add link to main manual index, "Python" section
- add `grass.jupyter` to TOC list in libpython page
  • Loading branch information
neteler committed Apr 19, 2022
1 parent ce06a7c commit d059381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions man/build_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
<ul>
<li class="box"><a href="https://grass.osgeo.org/grass${grass_version_major}${grass_version_minor}/manuals/libpython/index.html">GRASS GIS Python library documentation</a></li>
<li class="box"><a href="https://grass.osgeo.org/grass${grass_version_major}${grass_version_minor}/manuals/libpython/pygrass_index.html">PyGRASS documentation</a></li>
<li class="box"><a href="https://grass.osgeo.org/grass${grass_version_major}${grass_version_minor}/manuals/libpython/grass.jupyter.html">GRASS GIS in Jupyter Notebooks</a></li>
</ul>
</td>
</tr>
Expand Down
2 changes: 2 additions & 0 deletions python/grass/docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ at various levels:
modules
* **GRASS GIS Temporal Framework** implements the temporal GIS functionality
of GRASS GIS and provides an API to implement spatio-temporal processing modules
* **grass.jupyter package** offers classes and setup functions for
running GRASS GIS in Jupyter Notebooks
* **Testing GRASS GIS source code and modules** using gunittest package
* **exceptions package** contains exceptions used by other packages
* **imaging package** is a library to create animated images and films
Expand Down

0 comments on commit d059381

Please sign in to comment.