API docs for fancymath

This commit is contained in:
2025-10-22 11:42:22 -05:00
parent eaa4b22c9d
commit edf3a13c42
3 changed files with 47 additions and 1 deletions

37
doc/api/fancymath.rst Normal file
View File

@@ -0,0 +1,37 @@
fancymath package
=================
Submodules
----------
fancymath.math module
---------------------
.. automodule:: fancymath.math
:members:
:show-inheritance:
:undoc-members:
fancymath.util module
---------------------
.. automodule:: fancymath.util
:members:
:show-inheritance:
:undoc-members:
fancymath.vector module
-----------------------
.. automodule:: fancymath.vector
:members:
:show-inheritance:
:undoc-members:
Module contents
---------------
.. automodule:: fancymath
:members:
:show-inheritance:
:undoc-members:

7
doc/api/modules.rst Normal file
View File

@@ -0,0 +1,7 @@
fancymath
=========
.. toctree::
:maxdepth: 4
fancymath

View File

@@ -15,4 +15,6 @@ documentation for details.
:maxdepth: 2
:caption: Contents:
intro
intro
api/fancymath
api/modules