669228f147
This change improves the layout of the Read the Docs documentation by creating a dedicated API reference page. Key changes: - Created a new `docs/api.rst` file to contain all C++ API documentation generated from Doxygen. - Added references to both `MedicalLib/MedicalLib.h` and `MedicalLib/Patient.h` in `api.rst`. - Updated `docs/index.rst` to remove the inline API documentation and include a link to the new `api.rst` page in the `toctree`. This results in a cleaner, more organized, and complete documentation site.
14 lines
360 B
ReStructuredText
14 lines
360 B
ReStructuredText
.. MedicalLib documentation master file, created by
|
|
sphinx-quickstart on Mon Aug 19 15:21:55 2024.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to MedicalLib's documentation!
|
|
======================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
api
|