diff options
author | Will Thompson <will@willthompson.co.uk> | 2016-12-05 08:13:43 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2016-12-05 08:13:43 +0000 |
commit | 7ab3af3cf7f8ffa512ff74cd24f1b833decdef6f (patch) | |
tree | a6a6860c99d445e29ad708e898203516ffdf1246 | |
parent | be09553790c866134411ce504d9bdaf4a924bf5a (diff) | |
download | external_python_setuptools-7ab3af3cf7f8ffa512ff74cd24f1b833decdef6f.tar.gz external_python_setuptools-7ab3af3cf7f8ffa512ff74cd24f1b833decdef6f.tar.bz2 external_python_setuptools-7ab3af3cf7f8ffa512ff74cd24f1b833decdef6f.zip |
docs: reorder table of contents
“Building and Distributing Packages with Setuptools” is a better entry
point to the documentation than the changelog.
-rw-r--r-- | docs/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |