File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# General information about the project.
47
47
project = 'argparse2'
48
- copyright = '2014, Chris Jerdonek'
48
+ copyright = ('2014, Chris Jerdonek. All Rights Reserved. '
49
+ '© Copyright 2001-2014, Python Software Foundation. '
50
+ 'All Rights Reserved' )
49
51
50
52
# The version info for the project you're documenting, acts as replacement for
51
53
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- Welcome to argparse2's documentation!
7
- =====================================
6
+ argparse2 — Parser for command-line options, arguments and sub-commands
7
+ =======================================================================
8
+
9
+ ``argparse2 `` is distributed for free on PyPI _ and the source code
10
+ is hosted on GitHub _. Documentation is hosted on `Read the Docs `_.
11
+
8
12
9
13
Contents:
10
14
@@ -20,3 +24,7 @@ Indices and tables
20
24
* :ref: `modindex `
21
25
* :ref: `search `
22
26
27
+
28
+ .. _GitHub : https://github.com/cjerdonek/python-argparse
29
+ .. _PyPI : https://pypi.python.org/pypi/argparse2
30
+ .. _Read the Docs : http://argparse2.readthedocs.org
You can’t perform that action at this time.
0 commit comments