diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/frontEnd/Workspace.rst | 2 | ||||
-rw-r--r-- | code/modelEditor/modelEditor.rst | 2 | ||||
-rw-r--r-- | code/projectManagement.rst | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/code/frontEnd/Workspace.rst b/code/frontEnd/Workspace.rst index 8f45816f..8722c745 100644 --- a/code/frontEnd/Workspace.rst +++ b/code/frontEnd/Workspace.rst @@ -2,4 +2,4 @@ Workspace Component =================== .. automodule:: frontEnd.Workspace - :pmembers: + :members: diff --git a/code/modelEditor/modelEditor.rst b/code/modelEditor/modelEditor.rst index 66f115e7..61aa5300 100644 --- a/code/modelEditor/modelEditor.rst +++ b/code/modelEditor/modelEditor.rst @@ -3,4 +3,4 @@ Model Editor Component .. automodule:: modelEditor.ModelEditor :members: - +
\ No newline at end of file diff --git a/code/projectManagement.rst b/code/projectManagement.rst index ecf01006..1122fc91 100644 --- a/code/projectManagement.rst +++ b/code/projectManagement.rst @@ -1,5 +1,5 @@ Project Management Component -========================== +============================ .. toctree:: :maxdepth: 2 @@ -8,5 +8,7 @@ Project Management Component projectManagement/Kicad projectManagement/Validation projectManagement/Worker + projectManagement/openProject + projectManagement/newProject |