import docstring into sphinx :D

This commit is contained in:
Lafrite
2015-04-23 11:46:59 +02:00
parent 0d030fa204
commit f2762bec59
5 changed files with 128 additions and 2 deletions

View File

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

View 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: