Updated sphinx files
This commit is contained in:
parent
3acd9719c5
commit
ce13d2cbab
|
@ -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:
|
||||
|
|
10
src/Doc/sphinx/DraftWorkingPlane.rst
Normal file
10
src/Doc/sphinx/DraftWorkingPlane.rst
Normal 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:
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user