Move documentation files into src/ sub dir
This commit is contained in:
parent
fa0181311e
commit
63866ca532
|
@ -16,7 +16,7 @@
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
||||||
sys.path.append("..")
|
sys.path.append("../..")
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
|
@ -15,7 +15,7 @@ Contents:
|
||||||
edges
|
edges
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
.. include:: ../README.rst
|
.. include:: ../../README.rst
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
Loading…
Reference in New Issue