From 82526e1570c3f0e65da21f9407112db9868609bc Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 8 Jan 2020 09:08:21 -0800 Subject: Doxygen: Add HTML to _static Sphinx Dir Provide the "classic" HTML rendered pages of Doxygen. --- Docs/source/developers/developers.rst | 2 ++ Docs/source/developers/documentation.rst | 2 ++ 2 files changed, 4 insertions(+) (limited to 'Docs/source/developers') diff --git a/Docs/source/developers/developers.rst b/Docs/source/developers/developers.rst index 4eab0102a..777c2f77b 100644 --- a/Docs/source/developers/developers.rst +++ b/Docs/source/developers/developers.rst @@ -5,6 +5,8 @@ Developers documentation For general information on how to contribute to WarpX, including our ``git`` workflow and code practices, have a look at our `CONTRIBUTING.md `__! +Our Doxygen API documentation in classic formatting `is located here <../_static/doxyhtml/index.html>`_. + .. toctree:: :maxdepth: 1 diff --git a/Docs/source/developers/documentation.rst b/Docs/source/developers/documentation.rst index a6f06c7bd..45ff4cd46 100644 --- a/Docs/source/developers/documentation.rst +++ b/Docs/source/developers/documentation.rst @@ -35,6 +35,8 @@ Doxygen reads this docstring, so please be accurate with the syntax! See `Doxyge */ void my_class::my_function(int* my_int); +A HTML rendered version of the Doxygen documentation `is located here <../_static/doxyhtml/index.html>`_. + Breathe documentation --------------------- -- cgit v1.2.3