Move Matlab docs out of the code-docs subfolder

Now that examples are gone, it's not needed anymore.
This commit is contained in:
Bryan W. Weber 2018-06-09 17:01:09 -04:00 committed by Ray Speth
parent b68a87d624
commit 21db5d84f3
3 changed files with 18 additions and 17 deletions

14
.gitignore vendored
View file

@ -40,9 +40,11 @@ config.log
*.gch
coverage/
coverage.info
doc/sphinx/cython/examples
doc/sphinx/cython/examples.rst
doc/sphinx/matlab/examples/
doc/sphinx/matlab/examples.rst
doc/sphinx/matlab/tutorials/
doc/sphinx/matlab/code-docs/
doc/sphinx/matlab/data.rst
doc/sphinx/matlab/importing.rst
doc/sphinx/matlab/kinetics.rst
doc/sphinx/matlab/one-dim.rst
doc/sphinx/matlab/thermodynamics.rst
doc/sphinx/matlab/transport.rst
doc/sphinx/matlab/utilities.rst
doc/sphinx/matlab/zero-dim.rst

View file

@ -200,8 +200,8 @@ if localenv['sphinx_docs']:
# every time the source is changed, we don't want to have to commit the
# change in the rst file as well as the source - too much code churn. So
# we use a template and a SubstFile directive.
c = tempenv.SubstFile('#doc/sphinx/matlab/code-docs/%s.rst' % page.name,
'#doc/sphinx/matlab/matlab-template.rst.in')
c = tempenv.SubstFile('#doc/sphinx/matlab/%s.rst' % page.name,
'#doc/sphinx/matlab/matlab-template.rst.in')
build(c)
localenv.Depends(sphinxdocs, c)

View file

@ -7,12 +7,11 @@ Matlab Interface User's Guide
:maxdepth: 2
input-tutorial
code-docs/importing
code-docs/interface
code-docs/thermodynamics
code-docs/kinetics
code-docs/transport
code-docs/zero-dim
code-docs/one-dim
code-docs/data
code-docs/utilities
importing
thermodynamics
kinetics
transport
zero-dim
one-dim
data
utilities