Skip to content

Commit

Permalink
Merge branch 'documentation' into 'ornl_main'
Browse files Browse the repository at this point in the history
Documentation

See merge request brisbane/iris!27
  • Loading branch information
Geekdude committed Jun 2, 2023
2 parents 91055ec + 7783d56 commit a9ddf8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ C API

.. doxygenfile:: iris_runtime.h
:project: C

:path: ../../include/iris/iris.h

.. _cpp-api:

Expand All @@ -14,7 +14,7 @@ C++ API

.. doxygenfile:: iris.hpp
:project: Cpp

:path: ../../include/iris/iris.hpp

.. _fortran-api:

Expand All @@ -23,7 +23,7 @@ Fortran API

.. doxygenfile:: FortranAPI-IRIS.f90
:project: F90

:path: ../../src/runtime/FortranAPI-IRIS.f90

.. _python-api:

Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../../../src/runtime'))

import sphinx_rtd_theme
import subprocess
Expand Down

0 comments on commit a9ddf8e

Please sign in to comment.