Skip to content
Snippets Groups Projects
Commit 40dcc42e authored by Bienchen's avatar Bienchen
Browse files

Fixed documentation

parent 30ca0494
No related branches found
No related tags found
No related merge requests found
......@@ -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 Pythons own
:py_docs:`argparse <library/argparse.html>` module. While this comes with a lot
|project| tools should utilise its own
:mod:`~promod3.core.pm3argparse` 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
......@@ -3,6 +3,8 @@
.. currentmodule:: promod3.core.pm3argparse
.. module:: promod3.core.pm3argparse
Introduction
--------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment