Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
5466ad2e
Commit
5466ad2e
authored
Jan 24, 2016
by
Cristian Lalescu
Browse files
fix doc generation
parent
9ec2fce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
documentation/_static/api.rst
View file @
5466ad2e
...
...
@@ -2,22 +2,22 @@
API
===
----------
bfps.tools
----------
.. automodule:: tools
.. automodule::
bfps.
tools
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
-------------
bfps.
Launcher
-------------
-------------
----
bfps.
NavierStokes
-------------
----
.. auto
class:: Launcher.Launcher
.. auto
module:: bfps.NavierStokes
:members:
:undoc-members:
:inherited-members:
...
...
@@ -25,10 +25,32 @@ bfps.Launcher
-----------------
bfps.
NavierStokes
bfps.
FluidConvert
-----------------
.. autoclass:: NavierStokes.NavierStokes
.. automodule:: bfps.FluidConvert
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
----------------
bfps.FluidResize
----------------
.. automodule:: bfps.FluidResize
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
-------------
bfps.Launcher
-------------
.. automodule:: bfps.Launcher
:members:
:undoc-members:
:inherited-members:
...
...
documentation/conf.py
View file @
5466ad2e
...
...
@@ -21,7 +21,7 @@ import shlex
# 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.
#sys.path.insert(0, os.path.abspath('.'))
sys
.
path
.
append
(
os
.
path
.
abspath
(
'..
/bfps
'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'..'
))
# -- General configuration ------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment