Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
abd6a273
Commit
abd6a273
authored
4 years ago
by
Simon Emmert
Committed by
Timo Koch
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[examples] add python3 catch for examples doc script
parent
2ec60425
No related branches found
No related tags found
1 merge request
!2318
[examples] add python3 catch for examples doc script
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/generate_example_docs.py
+4
-0
4 additions, 0 deletions
examples/generate_example_docs.py
with
4 additions
and
0 deletions
examples/generate_example_docs.py
+
4
−
0
View file @
abd6a273
...
@@ -3,6 +3,10 @@
...
@@ -3,6 +3,10 @@
import
os
import
os
import
json
import
json
import
argparse
import
argparse
import
sys
if
sys
.
version_info
[
0
]
<
3
:
sys
.
exit
(
"
Python 3 or a more recent version is required.
"
)
from
convert_code_to_doc
import
*
from
convert_code_to_doc
import
*
...
...
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