summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorDerek McTavish Mounce <d.mounce@silkseed.com>2010-09-29 23:25:26 -0400
committerDerek McTavish Mounce <d.mounce@silkseed.com>2010-09-29 23:25:26 -0400
commiteb418e4d35c5528bc15f927efe80f655e54c7a34 (patch)
treefef5e1b23b6157f8b558c8bc2b051d6e3b007ec2 /docs/source
parent44e81eaea02913790d6abfc7d61771db9fe8324c (diff)
parent6f964889a29498328a0bfebe09872afcedcc4a33 (diff)
downloaddisutils2-eb418e4d35c5528bc15f927efe80f655e54c7a34.tar.gz
Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/distutils/newcommands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/distutils/newcommands.rst b/docs/source/distutils/newcommands.rst
index f3e8e13..1a074de 100644
--- a/docs/source/distutils/newcommands.rst
+++ b/docs/source/distutils/newcommands.rst
@@ -130,8 +130,8 @@ defaults in the ``setup.cfg`` of your Python project, for example:
The ``upload_docs`` command has the following options:
``--upload-dir``
- The directory to be uploaded to the repository. The default value is
- ``docs`` in project root.
+ The directory to be uploaded to the repository. By default documentation
+ is searched for in ``docs`` (or ``doc``) directory in project root.
``--show-response``
Display the full response text from server; this is useful for debugging