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