Skip to content

Commit

Permalink
- Fix underline in index.rst
Browse files Browse the repository at this point in the history
- Update information on path to doxygen for Hera and Cheyenne
  • Loading branch information
Julie Schramm committed Mar 9, 2020
1 parent 690096f commit b7533a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CCPPtechnical/source/ScientificDocRules.inc
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,12 @@ Using Doxygen

In order to generate the doxygen-based documentation, one needs to follow five steps:

#. Have the doxygen executable installed on your computer. For example, for the NOAA
machine Theia, add the following line into ``.cshrc`` file in your home directory:
#. Have the doxygen executable installed on your computer. For the NOAA
machine Hera and the NCAR machine Cheyenne, the doxygen executable resides in ``/usr/bin``,
which should be in your ``$PATH``. If you need to install doxygen in another location, add
the following line into the ``.cshrc`` file in your home directory:

``alias doxygen /scratch4/BMC/gmtb/doxygen-1.8.10/bin/doxygen``
``alias doxygen /path/to/doxygen``

Source your ``.cshrc`` file.

Expand Down
2 changes: 1 addition & 1 deletion CCPPtechnical/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.
CCPP v4 Technical Documentation
============================
===============================

.. toctree::
:numbered:
Expand Down

0 comments on commit b7533a2

Please sign in to comment.