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 /docs | |
| 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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/indexsidebar.html | 2 | ||||
| -rw-r--r-- | docs/index.txt | 6 |
2 files changed, 4 insertions, 4 deletions
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 |
