Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fluidsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.9.2 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
fluiddyn
fluidsim
Commits
29ee217c
Commit
29ee217c
authored
9 years ago
by
Pierre Augier
Browse files
Options
Downloads
Patches
Plain Diff
Use Jupyter for nbconvert.
parent
9b2aaa3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.rst
+2
-2
2 additions, 2 deletions
README.rst
doc/Makefile
+1
-4
1 addition, 4 deletions
doc/Makefile
doc/conf.py
+3
-1
3 additions, 1 deletion
doc/conf.py
doc/requirements.txt
+2
-2
2 additions, 2 deletions
doc/requirements.txt
with
8 additions
and
9 deletions
README.rst
+
2
−
2
View file @
29ee217c
...
...
@@ -4,6 +4,6 @@
*Framework for studying fluid dynamics by numerical simulation.*
`Package Documentation <http://fluidsim.readthedocs.org
/en/latest/
>`__
`Package Documentation <http://fluidsim.readthedocs.org>`__
FluidSim is the numerically oriented package of the `FluidDyn project
...
...
@@ -8,6 +8,6 @@
FluidSim is the numerically oriented package of the `FluidDyn project
<http://fluiddyn.readthedocs.org
/en/latest/
>`__. The project is still in a
<http://fluiddyn.readthedocs.org>`__. The project is still in a
testing stage so it is still pretty unstable and many of its planned
features have not yet been implemented.
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile
+
1
−
4
View file @
29ee217c
...
...
@@ -51,7 +51,7 @@
cleanall
:
clean
rm
-rf
generated html.zip
html
:
$(IPYTHON_NOTEBOOKS_RST)
html
:
$(
SPHINXBUILD
)
-b
html
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/html
@
echo
@
echo
"Build finished. The HTML pages are in
$(
BUILDDIR
)
/html."
...
...
@@ -164,6 +164,3 @@
zip
:
html
cd
_build/html
&&
zip
-r
html.zip
*
&&
mv
html.zip ../../.
%.rst
:
%.ipynb
cd
$(
IPYNB_DIR
)
&&
ipython nbconvert
--to
rst
$(
notdir
$<
)
This diff is collapsed.
Click to expand it.
doc/conf.py
+
3
−
1
View file @
29ee217c
...
...
@@ -21,6 +21,9 @@
from
fluidrtd
import
mock_modules
mock_modules
([
'
h5py
'
])
from
fluidrtd.ipynb_maker
import
ipynb_to_rst
ipynb_to_rst
()
import
fluidsim
...
...
@@ -46,7 +49,6 @@
'
sphinx.ext.viewcode
'
,
'
sphinx.ext.autosummary
'
,
'
numpydoc
'
,
'
mathmacro
'
,
'
IPython.sphinxext.ipython_directive
'
]
# Add any paths that contain templates here, relative to this directory.
...
...
This diff is collapsed.
Click to expand it.
doc/requirements.txt
+
2
−
2
View file @
29ee217c
cython
i
pyt
hon[notebook]>=3.0.0
ju
pyt
er
numpy
matplotlib
scipy
...
...
@@ -3,6 +3,6 @@
numpy
matplotlib
scipy
fluiddyn>=0.0.1
0a7
fluiddyn>=0.0.1
1a1
Sphinx>=1.1
numpydoc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment