Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
7c19f587
Commit
7c19f587
authored
Mar 26, 2015
by
eric pellegrini
Browse files
repopulate MDANSE
parent
eb9864dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Doc/build_doc.sh
0 → 100755
View file @
7c19f587
#!/bin/sh
sphinx-apidoc
-o
../Documentation
-F
--separate
-d
5
-H
nMoldyn
-A
"B. Aoun & G. Goret & E. Pellegrini, G.R. Kneller"
-V
4.0
-R
4.0 ../nMOLDYN/
cp
doc_utils/conf_html.py ../Documentation/conf.py
cp
doc_utils/nMoldyn_logo.png ../Documentation/_static/
sphinx-build
-b
html ../Documentation ../Documentation/_build/html/
Doc/build_help.sh
0 → 100755
View file @
7c19f587
#!/bin/sh
rm
-rf
../Documentation
sphinx-apidoc
-o
../Documentation
-F
--separate
-d
5
-H
nMoldyn
-A
"B. Aoun & G. Goret & E. Pellegrini, G.R. Kneller"
-V
4.0
-R
4.0 ../nMOLDYN/
cp
doc_utils/conf_help.py ../Documentation/conf.py
cp
doc_utils/layout.html ../Documentation/_templates/
sphinx-build
-b
htmlhelp ../Documentation ../nMOLDYN/GUI/Help/
Doc/coverage.sh
0 → 100755
View file @
7c19f587
#!/bin/sh
cd
../Tests/
coverage run
--source
=
../nMOLDYN/ ../Tests/AllTests.py
coverage html
--omit
=
../nMOLDYN/Externals/
*
,../nMOLDYN/GUI/
*
,../nMOLDYN/Framework/Plugins/
*
,../nMOLDYN/Framework/ConfiguratorWidgets/
*
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment