From edf3a13c425494640450df23d527aaa668bc76b9 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Wed, 22 Oct 2025 11:42:22 -0500 Subject: [PATCH] API docs for fancymath --- doc/api/fancymath.rst | 37 +++++++++++++++++++++++++++++++++++++ doc/api/modules.rst | 7 +++++++ doc/index.rst | 4 +++- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 doc/api/fancymath.rst create mode 100644 doc/api/modules.rst diff --git a/doc/api/fancymath.rst b/doc/api/fancymath.rst new file mode 100644 index 0000000..6a99adc --- /dev/null +++ b/doc/api/fancymath.rst @@ -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: diff --git a/doc/api/modules.rst b/doc/api/modules.rst new file mode 100644 index 0000000..33606d9 --- /dev/null +++ b/doc/api/modules.rst @@ -0,0 +1,7 @@ +fancymath +========= + +.. toctree:: + :maxdepth: 4 + + fancymath diff --git a/doc/index.rst b/doc/index.rst index a4d2f49..6fb0ea9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,4 +15,6 @@ documentation for details. :maxdepth: 2 :caption: Contents: - intro \ No newline at end of file + intro + api/fancymath + api/modules \ No newline at end of file