Skip to content

Commit

Permalink
Fix autodoc files (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Jun 22, 2019
1 parent c0f5d2e commit 528450c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/xentica.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Variables (xentica\.core\.variables)
:show-inheritance:

Expressions (xentica\.core\.expressions)
------------------------------------
----------------------------------------

.. automodule:: xentica.core.expressions
:members:
Expand Down
16 changes: 12 additions & 4 deletions docs/api/xentica.tools.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
Tools (xentica\.tools)
==========================
======================

.. automodule:: xentica.tools
:members:

Color Manipulation Functions (xentica\.tools\.color)
-----------------------------------
----------------------------------------------------

.. automodule:: xentica.tools.color
:members:
:undoc-members:
:show-inheritance:

Genetics Functions (xentica\.tools\.genetics)
-----------------------------------
---------------------------------------------

.. automodule:: xentica.tools.genetics
:members:
:undoc-members:
:show-inheritance:

CA Rules Functions (xentica\.tools\.rules)
------------------------------------------

.. automodule:: xentica.tools.rules
:members:
:undoc-members:
:show-inheritance:

Math Functions (xentica\.tools\.xmath)
-----------------------------------
--------------------------------------

.. automodule:: xentica.tools.xmath
:members:
Expand Down

0 comments on commit 528450c

Please sign in to comment.