update doc
This commit is contained in:
@@ -19,6 +19,6 @@ sphinx:
|
|||||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- method: pip
|
||||||
|
path: .
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
sys.path.insert(0, os.path.abspath('.'))
|
||||||
sys.path.insert(0, os.path.abspath('../src'))
|
sys.path.insert(0, os.path.abspath('../src'))
|
||||||
|
|
||||||
# Configuration file for the Sphinx documentation builder.
|
# Configuration file for the Sphinx documentation builder.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ TensorNEAT documentation
|
|||||||
|
|
||||||
source/tensorneat
|
source/tensorneat
|
||||||
|
|
||||||
.. automodule:: tensorneat
|
.. .. automodule:: tensorneat
|
||||||
:members:
|
.. :members:
|
||||||
:undoc-members:
|
.. :undoc-members:
|
||||||
:show-inheritance:
|
.. :show-inheritance:
|
||||||
|
|||||||
Reference in New Issue
Block a user