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