Skip to content

Commit

Permalink
Try something.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 27, 2024
1 parent 2b2d825 commit acada5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [ 'sphinx.ext.mathjax']
extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
bibtex_bibfiles = ['references/references.bib']


# Add any paths that contain templates here, relative to this directory.
Expand Down
9 changes: 0 additions & 9 deletions docs/sphinx/source/developer/write_developer_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,3 @@ copy of the file.
.. literalinclude:: dox_example/example.h
:language: c++
:caption: Sample C++ header file showing inline documentation using specially formatted comments.

Once processed by Doxygen and embedded in Sphinx, the resulting documentation of
the class looks as shown below:

.. doxygenclass:: ExampleClass
:project: example_cpp
:members:
:private-members:
:protected-members:

0 comments on commit acada5a

Please sign in to comment.