Link to C++ API reference from Python Sphinx docs

This commit is contained in:
Dion Moult
2022-10-23 12:15:00 +11:00
parent 6346c5ba47
commit 733b89be12
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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
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
autoapi_type = 'python'
+2
View File
@@ -23,6 +23,8 @@ IfcOpenShell is a suite of developer libraries and utilities to manipulate OpenB
ifcmax
ifcsverchok
bimserver-plugin
C++ API Reference <https://ifcopenshell.github.io/docs/rst_files/library_root.html>
Python API Reference <autoapi/index>
Indices and tables