Skip to content

Commit

Permalink
update APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 22, 2024
1 parent 73e8ad2 commit 9085648
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ python:
- method: pip
path: .

conda:
environment: docs/source/environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand Down
3 changes: 3 additions & 0 deletions docs/source/apis/geo_base.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
GeoBase
=======

.. automodule:: mesa_geo.geo_base
:members:
:inherited-members:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/apis/geoagent.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
GeoAgent
========

.. automodule:: mesa_geo.geoagent
:members:
:inherited-members:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/apis/geospace.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
GeoSpace
========

.. automodule:: mesa_geo.geospace
:members:
:inherited-members:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/apis/raster_layers.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Raster Layers
=============

.. automodule:: mesa_geo.raster_layers
:members:
:inherited-members:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/apis/tile_layers.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Tile Layers
===========

.. automodule:: mesa_geo.tile_layers
:members:
:inherited-members:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/apis/visualization.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Visualization
=============

.. automodule:: mesa_geo.visualization.geojupyter_viz
:members:
:inherited-members:
Expand Down

0 comments on commit 9085648

Please sign in to comment.