From ce13d2cbab3feec919e5c65b33f63711accad81f Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 21 Feb 2014 17:53:06 -0300 Subject: [PATCH] Updated sphinx files --- src/Doc/sphinx/Arch.rst | 18 +++++++++++++++--- src/Doc/sphinx/DraftWorkingPlane.rst | 10 ++++++++++ src/Doc/sphinx/index.rst | 1 + 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 src/Doc/sphinx/DraftWorkingPlane.rst diff --git a/src/Doc/sphinx/Arch.rst b/src/Doc/sphinx/Arch.rst index e89fca847..884b659be 100644 --- a/src/Doc/sphinx/Arch.rst +++ b/src/Doc/sphinx/Arch.rst @@ -12,9 +12,6 @@ The Arch module is a metamodule that imports useful methods from several of the .. automodule:: ArchWall :members: -.. automodule:: ArchCell - :members: - .. automodule:: ArchFloor :members: @@ -38,3 +35,18 @@ The Arch module is a metamodule that imports useful methods from several of the .. automodule:: ArchAxis :members: + +.. automodule:: ArchRoof + :members: + +.. automodule:: ArchSpace + :members: + +.. automodule:: ArchStairs + :members: + +.. automodule:: ArchRebar + :members: + +.. automodule:: ArchFrame + :members: diff --git a/src/Doc/sphinx/DraftWorkingPlane.rst b/src/Doc/sphinx/DraftWorkingPlane.rst new file mode 100644 index 000000000..624f7ccfe --- /dev/null +++ b/src/Doc/sphinx/DraftWorkingPlane.rst @@ -0,0 +1,10 @@ +Draft Working Plane +=================== + +The Draft WorkingPlane module contains utilities to create and manipulate working planes, which are used by the Draft and Arch modules. + +.. toctree:: + :maxdepth: 4 + +.. automodule:: WorkingPlane + :members: diff --git a/src/Doc/sphinx/index.rst b/src/Doc/sphinx/index.rst index ff12b2634..533e246fd 100644 --- a/src/Doc/sphinx/index.rst +++ b/src/Doc/sphinx/index.rst @@ -28,6 +28,7 @@ This is the complete python API reference of the FreeCAD appication DraftGeomUtils.rst DraftTrackers.rst DraftSnap.rst + DraftWorkingPlane.rst Arch.rst Drawing.rst RayTracing.rst