import docstring into sphinx :D
This commit is contained in:
7
documentation/source/code/modules.rst
Normal file
7
documentation/source/code/modules.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pymath
|
||||
======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
pymath
|
110
documentation/source/code/pymath.rst
Normal file
110
documentation/source/code/pymath.rst
Normal file
@@ -0,0 +1,110 @@
|
||||
pymath package
|
||||
==============
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
pymath.abstract_polynom module
|
||||
------------------------------
|
||||
|
||||
.. automodule:: pymath.abstract_polynom
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.arithmetic module
|
||||
------------------------
|
||||
|
||||
.. automodule:: pymath.arithmetic
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.explicable module
|
||||
------------------------
|
||||
|
||||
.. automodule:: pymath.explicable
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.expression module
|
||||
------------------------
|
||||
|
||||
.. automodule:: pymath.expression
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.fraction module
|
||||
----------------------
|
||||
|
||||
.. automodule:: pymath.fraction
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.generic module
|
||||
---------------------
|
||||
|
||||
.. automodule:: pymath.generic
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.operator module
|
||||
----------------------
|
||||
|
||||
.. automodule:: pymath.operator
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.polynom module
|
||||
---------------------
|
||||
|
||||
.. automodule:: pymath.polynom
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.polynomDeg2 module
|
||||
-------------------------
|
||||
|
||||
.. automodule:: pymath.polynomDeg2
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.random_expression module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: pymath.random_expression
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.render module
|
||||
--------------------
|
||||
|
||||
.. automodule:: pymath.render
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
pymath.str2tokens module
|
||||
------------------------
|
||||
|
||||
.. automodule:: pymath.str2tokens
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: pymath
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
Reference in New Issue
Block a user