diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/api.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/api.rst b/doc/source/api.rst index 5cce592..c743c49 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -4,27 +4,27 @@ API Documentation Vectors ------- -.. automodule:: vector +.. automodule:: sphere.vector :members: Great circle arcs ----------------- -.. automodule:: great_circle_arc +.. automodule:: sphere.great_circle_arc :members: Spherical polygons ------------------ -.. currentmodule:: polygon +.. currentmodule:: sphere.polygon -.. automodule:: polygon +.. automodule:: sphere.polygon :members: Graph operations on polygons ---------------------------- -.. currentmodule:: graph +.. currentmodule:: sphere.graph -.. automodule:: graph +.. automodule:: sphere.graph :members: |