Skip to content

Commit d0131bb

Browse files
committed
Stub out more docs.
1 parent 0073b2a commit d0131bb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545

4646
# General information about the project.
4747
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')
4951

5052
# The version info for the project you're documenting, acts as replacement for
5153
# |version| and |release|, also used in various other places throughout the

docs/index.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
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+
812

913
Contents:
1014

@@ -20,3 +24,7 @@ Indices and tables
2024
* :ref:`modindex`
2125
* :ref:`search`
2226

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

0 commit comments

Comments
 (0)