Add autodoc for IfcOpenShell-python. See #755.

This commit is contained in:
Dion Moult
2020-01-21 21:34:32 +11:00
parent 2f1b5ff2d4
commit f80e700997
4 changed files with 27 additions and 0 deletions
@@ -0,0 +1,18 @@
API Documentation
=================
.. automodule:: ifcopenshell.entity_instance
:members:
.. automodule:: ifcopenshell.file
:members:
.. automodule:: ifcopenshell.guid
:members:
.. automodule:: ifcopenshell.template
:members:
.. automodule:: ifcopenshell.validate
:members:
@@ -0,0 +1,5 @@
Quickstart
==========
For starters, you can read `Using IfcOpenShell to parse IFC files with Python
<https://thinkmoult.com/using-ifcopenshell-parse-ifc-files-python.html>`_