Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Aug 18, 2019
1 parent f771333 commit d17b7fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
User API
========

`doxy </doxy>`_
`html </html>`_


.. raw: html
:file doxy/index.html
:file: html/index.html
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

import subprocess

subprocess.call("cd .. ; doxygen", shell = True)
subprocess.call("doxygen", shell = True)
print(os.listdir("html"))

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -71,7 +72,7 @@
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

html_extra_path = ["./doxy"]
html_extra_path = ["./html"]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion doxyfile → docs/doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = ./docs/doxy
#OUTPUT_DIRECTORY = ./docs/doxy

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down

0 comments on commit d17b7fc

Please sign in to comment.