Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
schwede
ProMod3
Commits
40dcc42e
Commit
40dcc42e
authored
9 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Fixed documentation
parent
30ca0494
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/doc/argcheck.rst
+5
-3
5 additions, 3 deletions
core/doc/argcheck.rst
core/doc/pm3argparse.rst
+2
-0
2 additions, 0 deletions
core/doc/pm3argparse.rst
with
7 additions
and
3 deletions
core/doc/argcheck.rst
+
5
−
3
View file @
40dcc42e
...
...
@@ -9,8 +9,8 @@ Introduction
For parsing command line arguments -
:py_docs:`optional <howto/argparse.html#introducing-optional-arguments>` and
:py_docs:`positional <howto/argparse.html#introducing-positional-arguments>` -
|project| tools should utilise
Python
s own
:
py_docs:`argparse <library/
argparse
.html>
` module. While this comes with a lot
|project| tools should utilise
it
s own
:
mod:`~promod3.core.pm3
argparse` module. While this comes with a lot
of functionality to fetch values from the command line comfortably, it has no
means in checking/ verifying input. Some of the most common tests are covered
here. All tests are designed to exit a script on failure.
...
...
@@ -63,4 +63,6 @@ File Tests
.. autofunction:: FileExtension
.. LocalWords: currentmodule py howto argparse
.. LocalWords: currentmodule py howto argparse testcode argcheck os promod
.. LocalWords: tempfile fh fn ArgumentParser str args FileExists gz pdb
.. LocalWords: FileExtension mmcif doctest autofunction
This diff is collapsed.
Click to expand it.
core/doc/pm3argparse.rst
+
2
−
0
View file @
40dcc42e
...
...
@@ -3,6 +3,8 @@
.. currentmodule:: promod3.core.pm3argparse
.. module:: promod3.core.pm3argparse
Introduction
--------------------------------------------------------------------------------
...
...
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