diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-10 11:36:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-10 11:36:38 -0500 |
| commit | b101e42f9e57967d4451e9a887d4cb52f77eddc2 (patch) | |
| tree | b508c2fe40e17c18cc2c407090f0106fb4d839a6 | |
| parent | e48430161fd59169cbe38c372d79a9c16e041d39 (diff) | |
| parent | 7ab3af3cf7f8ffa512ff74cd24f1b833decdef6f (diff) | |
| download | python-setuptools-git-b101e42f9e57967d4451e9a887d4cb52f77eddc2.tar.gz | |
Merge pull request #868 from wjt/doc-tweaks
docs: reorder ToC; update stray Bitbucket links
| -rwxr-xr-x | README.rst | 4 | ||||
| -rw-r--r-- | docs/_templates/indexsidebar.html | 2 | ||||
| -rw-r--r-- | docs/index.txt | 6 |
3 files changed, 6 insertions, 6 deletions
@@ -139,10 +139,10 @@ Package Index`_. Scroll to the very bottom of the page to find the links. .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools In addition to the PyPI downloads, the development version of ``setuptools`` -is available from the `Bitbucket repo`_, and in-development versions of the +is available from the `GitHub repo`_, and in-development versions of the `0.6 branch`_ are available as well. -.. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev +.. _GitHub repo: https://github.com/pypa/setuptools/archive/master.tar.gz#egg=setuptools-dev .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 Uninstalling diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index a27c85fe..3b127602 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -5,4 +5,4 @@ <h3>Questions? Suggestions? Contributions?</h3> -<p>Visit the <a href="https://bitbucket.org/pypa/setuptools">Setuptools project page</a> </p> +<p>Visit the <a href="https://github.com/pypa/setuptools">Setuptools project page</a> </p> diff --git a/docs/index.txt b/docs/index.txt index 6ac37252..74aabb5e 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -16,10 +16,10 @@ Documentation content: .. toctree:: :maxdepth: 2 - history - roadmap - python3 setuptools easy_install pkg_resources + python3 development + roadmap + history |
