Updated sphinx files

This commit is contained in:
Yorik van Havre 2014-02-21 17:53:06 -03:00
parent 3acd9719c5
commit ce13d2cbab
3 changed files with 26 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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