Skip to content

Commit b238622

Browse files
working on documentation
1 parent 1aeb7fa commit b238622

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/DSSHandler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Functions
22
-------------------
3-
.. automodule:: PythonDSSAnalysis/src/PythonDSSAnalysis/DSSHandler
3+
.. automodule:: PythonDSSAnalysis.src.PythonDSSAnalysis.DSSHandler

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
#1123
1111

12-
sys.path.insert(0, os.path.abspath(".."))
12+
sys.path.insert(0, os.path.abspath("../.."))
1313

1414

1515
project = 'PythonDSS'

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
PythonDSS documentation
6+
PythonDSS DOcumentation
77
=======================
88

99
Add your content using ``reStructuredText`` syntax. See the
@@ -16,4 +16,5 @@ documentation for details.
1616
:caption: Contents:
1717

1818
.. toctree::
19-
DSSHandler
19+
DSSHandler
20+
Installation

0 commit comments

Comments
 (0)