Skip to content

Commit

Permalink
Updated sphinx files
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Feb 21, 2014
1 parent 3acd971 commit ce13d2c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/Doc/sphinx/Arch.rst
Expand Up @@ -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:

Expand All @@ -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:
10 changes: 10 additions & 0 deletions 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:
1 change: 1 addition & 0 deletions src/Doc/sphinx/index.rst
Expand Up @@ -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
Expand Down

0 comments on commit ce13d2c

Please sign in to comment.