From 526241ce94c3d38555914430b9888a8ee0f0ea55 Mon Sep 17 00:00:00 2001 From: alvy Date: Thu, 15 Oct 2020 15:17:38 -0400 Subject: group development related files together --- docs/development/index.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/development/index.rst (limited to 'docs/development/index.rst') diff --git a/docs/development/index.rst b/docs/development/index.rst new file mode 100644 index 00000000..d71d4dfc --- /dev/null +++ b/docs/development/index.rst @@ -0,0 +1,36 @@ +------------------------- +Development on Setuptools +------------------------- + +Setuptools is maintained by the Python community under the Python Packaging +Authority (PyPA) and led by Jason R. Coombs. + +This document describes the process by which Setuptools is developed. +This document assumes the reader has some passing familiarity with +*using* setuptools, the ``pkg_resources`` module, and pip. It +does not attempt to explain basic concepts like inter-project +dependencies, nor does it contain detailed lexical syntax for most +file formats. Neither does it explain concepts like "namespace +packages" or "resources" in any detail, as all of these subjects are +covered at length in the setuptools developer's guide and the +``pkg_resources`` reference manual. + +Instead, this is **internal** documentation for how those concepts and +features are *implemented* in concrete terms. It is intended for people +who are working on the setuptools code base, who want to be able to +troubleshoot setuptools problems, want to write code that reads the file +formats involved, or want to otherwise tinker with setuptools-generated +files and directories. + +Note, however, that these are all internal implementation details and +are therefore subject to change; stick to the published API if you don't +want to be responsible for keeping your code from breaking when +setuptools changes. You have been warned. + +.. toctree:: + :maxdepth: 1 + + developer-guide + formats + releases + history -- cgit v1.2.1 From d507a9e4e5c13bb0d213ae5de4218e671e50882e Mon Sep 17 00:00:00 2001 From: alvy Date: Thu, 15 Oct 2020 17:03:54 -0400 Subject: revert the change of location of changelog file --- docs/development/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/development/index.rst') diff --git a/docs/development/index.rst b/docs/development/index.rst index d71d4dfc..28e653fe 100644 --- a/docs/development/index.rst +++ b/docs/development/index.rst @@ -33,4 +33,3 @@ setuptools changes. You have been warned. developer-guide formats releases - history -- cgit v1.2.1