summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-05-15 07:06:40 -0400
committerGitHub <noreply@github.com>2018-05-15 07:06:40 -0400
commit26b75f5151a761f3206b0dbf68f4e56363ca2ed4 (patch)
tree8aa827ff3805813e782505d9c7cc095fa6982c25 /docs/setuptools.txt
parentc70cc12b459ceaac1cc9df65b9e3a8582c5c49e4 (diff)
parent78e887ff5b3d87f052b7195181eeb1f3d251f760 (diff)
downloadpython-setuptools-git-26b75f5151a761f3206b0dbf68f4e56363ca2ed4.tar.gz
Merge pull request #1357 from jmbowman/jmbowman/fix_doc_warnings
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
------------------