summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/sourcedist.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 22:35:08 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-20 22:35:08 (GMT)
commit3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53 (patch)
tree02d439e63509e1ff90ad7ee940116e15a877a6d5 /Doc/distutils/sourcedist.rst
parent8a97896a765e4b1ef8753b4a410a8f3e981cb9b8 (diff)
downloadcpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.zip
cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.tar.gz
cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.tar.bz2
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
Diffstat (limited to 'Doc/distutils/sourcedist.rst')
-rw-r--r--Doc/distutils/sourcedist.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
index 427b7b1..b9f0cc8 100644
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -72,16 +72,16 @@ If you don't supply an explicit list of files (or instructions on how to
generate one), the :command:`sdist` command puts a minimal default set into the
source distribution:
-* all Python source files implied by the :option:`py_modules` and
- :option:`packages` options
+* all Python source files implied by the ``py_modules`` and
+ ``packages`` options
-* all C source files mentioned in the :option:`ext_modules` or
- :option:`libraries` options
+* all C source files mentioned in the ``ext_modules`` or
+ ``libraries`` options
.. XXX getting C library sources currently broken---no
:meth:`get_source_files` method in :file:`build_clib.py`!
-* scripts identified by the :option:`scripts` option
+* scripts identified by the ``scripts`` option
See :ref:`distutils-installing-scripts`.
* anything that looks like a test script: :file:`test/test\*.py` (currently, the
@@ -167,7 +167,7 @@ source distribution:
#. include all Python source files in the :file:`distutils` and
:file:`distutils/command` subdirectories (because packages corresponding to
- those two directories were mentioned in the :option:`packages` option in the
+ those two directories were mentioned in the ``packages`` option in the
setup script---see section :ref:`setup-script`)
#. include :file:`README.txt`, :file:`setup.py`, and :file:`setup.cfg` (standard