mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Link to C++ API reference from Python Sphinx docs
This commit is contained in:
@@ -56,6 +56,9 @@ release = "0.7.0"
|
|||||||
# - I couldn't customise the template to show submodules above members which makes API discovery hard for users
|
# - I couldn't customise the template to show submodules above members which makes API discovery hard for users
|
||||||
extensions = ["autoapi.extension"]
|
extensions = ["autoapi.extension"]
|
||||||
|
|
||||||
|
# We'll add the toctree entry ourselves to distinguish between C++ and Python
|
||||||
|
autoapi_add_toctree_entry = True
|
||||||
|
|
||||||
# We're only documenting Python here
|
# We're only documenting Python here
|
||||||
autoapi_type = 'python'
|
autoapi_type = 'python'
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ IfcOpenShell is a suite of developer libraries and utilities to manipulate OpenB
|
|||||||
ifcmax
|
ifcmax
|
||||||
ifcsverchok
|
ifcsverchok
|
||||||
bimserver-plugin
|
bimserver-plugin
|
||||||
|
C++ API Reference <https://ifcopenshell.github.io/docs/rst_files/library_root.html>
|
||||||
|
Python API Reference <autoapi/index>
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|||||||
Reference in New Issue
Block a user