diff --git a/pyoscode/docs/source/conf.py b/pyoscode/docs/source/conf.py index 077bd44..1072a93 100644 --- a/pyoscode/docs/source/conf.py +++ b/pyoscode/docs/source/conf.py @@ -62,16 +62,16 @@ # Setup the exhale extension exhale_args = { # These arguments are required - "containmentFolder": "./api", - "rootFileName": "library_root.rst", - "rootFileTitle": "Library API", + "containmentFolder": "./cpp-docs", + "rootFileName": "oscode-reference.rst", + "rootFileTitle": "oscode", "doxygenStripFromPath": "..", # Suggested optional arguments "createTreeView": True, # TIP: if using the sphinx-bootstrap-theme, you need # "treeViewIsBootstrap": True, "exhaleExecutesDoxygen": True, - "exhaleDoxygenStdin": "INPUT = ../../../include/*.hpp", + "exhaleDoxygenStdin": "INPUT = ./../../../include\nRECURSIVE = NO", "verboseBuild" : True } diff --git a/pyoscode/docs/source/index.rst b/pyoscode/docs/source/index.rst index c6191d4..c69ea89 100644 --- a/pyoscode/docs/source/index.rst +++ b/pyoscode/docs/source/index.rst @@ -2,11 +2,11 @@ oscode's documentation ====================== .. toctree:: - :maxdepth: 0 + :maxdepth: 2 :caption: Contents: Introduction - C++ interface (oscode) - Python interface (pyoscode) - api/library_root + Python interface (pyoscode) reference + Using the C++ interface (oscode) + C++ interface reference