aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorJeremy Bowman <jbowman@edx.org>2018-05-14 14:48:39 -0400
committerPaul Ganssle <paul@ganssle.io>2018-05-14 15:10:55 -0400
commit2f2f21ad470a93dff15db81f450d02a238d87424 (patch)
treecec440f3971aee30bef19bac074511995e532372 /docs/setuptools.txt
parentc70cc12b459ceaac1cc9df65b9e3a8582c5c49e4 (diff)
downloadexternal_python_setuptools-2f2f21ad470a93dff15db81f450d02a238d87424.tar.gz
external_python_setuptools-2f2f21ad470a93dff15db81f450d02a238d87424.tar.bz2
external_python_setuptools-2f2f21ad470a93dff15db81f450d02a238d87424.zip
Fix doc build warnings
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index e14d2088..5ee967ab 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -242,7 +242,6 @@ have setuptools automatically tag your in-development releases with various
pre- or post-release tags. See the following sections for more details:
* `Tagging and "Daily Build" or "Snapshot" Releases`_
-* `Managing "Continuous Releases" Using Subversion`_
* The `egg_info`_ command
@@ -1366,6 +1365,7 @@ then make an explicit declaration of ``True`` or ``False`` for the ``zip_safe``
flag, so that it will not be necessary for ``bdist_egg`` or ``EasyInstall`` to
try to guess whether your project can work as a zipfile.
+.. _Namespace Packages:
Namespace Packages
------------------