diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-05-15 07:06:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-15 07:06:40 -0400 |
| commit | 26b75f5151a761f3206b0dbf68f4e56363ca2ed4 (patch) | |
| tree | 8aa827ff3805813e782505d9c7cc095fa6982c25 /docs/setuptools.txt | |
| parent | c70cc12b459ceaac1cc9df65b9e3a8582c5c49e4 (diff) | |
| parent | 78e887ff5b3d87f052b7195181eeb1f3d251f760 (diff) | |
| download | python-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.txt | 2 |
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 ------------------ |
