Skip to content

Commit

Permalink
Using just doxygen on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Feb 15, 2017
1 parent 4f912fd commit 6c0c22b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 2,665 deletions.
2 changes: 1 addition & 1 deletion .doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW = YES
GENERATE_TREEVIEW = NO

# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
Expand Down
2,434 changes: 0 additions & 2,434 deletions docs/Doxyfile

This file was deleted.

191 changes: 0 additions & 191 deletions docs/DoxygenLayout.xml

This file was deleted.

8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
#sys.path.insert(0, os.path.abspath('.'))

# Create API documentation
subprocess.call('cd ..; doxygen docs/Doxyfile', shell=True)
#subprocess.call('cd ..; ./doxygen/bin/doxygen docs/Doxyfile', shell=True)
subprocess.call('cd ..; doxygen .doxygen', shell=True)
#subprocess.call('cd ..; ./doxygen/bin/doxygen .doxygen', shell=True)
subprocess.call('cp favicon.ico _build/html/', shell=True)

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -135,12 +136,11 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
html_static_path = ['_APIs']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
#html_extra_path = []
html_extra_path = ['../html']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down
4 changes: 0 additions & 4 deletions docs/equations-ALE-algorithm.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/equations-governing.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/equations.rst

This file was deleted.

Binary file added docs/favicon.ico
Binary file not shown.
10 changes: 1 addition & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
Welcome to MOM6's documentation!
================================

`APIs <_static/index.html>`_ are here.

Contents:

.. toctree::
:maxdepth: 2

equations

Not used.

Indices and tables
==================
Expand Down

0 comments on commit 6c0c22b

Please sign in to comment.