-
-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Populate the docs section of the new contrib structure (#1454)
* mark the plan page as an aside to the reviewer * link to the internals section from the contrib mention of it * contrib: populate the docs section Also added a pull-request-lifecycle page to the Code section.
- Loading branch information
Showing
12 changed files
with
137 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _code-pull-request-lifecycle: | ||
|
||
====================== | ||
Pull request lifecycle | ||
====================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[Details of pull requests for code contributions. The existing | ||
:ref:`pull-request-lifecycle` page is long and includes many details. | ||
Some only apply to code contributions, but many are common to all | ||
contributions. Should we keep a common page, with extra steps here, or | ||
should this page have all of the details even if they are duplicated | ||
elsewhere?] | ||
|
||
[See :ref:`docs-pull-request-lifecycle` for the documentation half of this conundrum.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
================================== | ||
Helping with the Developer's Guide | ||
================================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[This is the existing :ref:`devguide` page from the devguide.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
========================== | ||
Helping with documentation | ||
========================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[This is the existing :ref:`help-documenting` page from the devguide.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
======================= | ||
reStructuredText markup | ||
======================= | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[This is the existing :ref:`markup` page from the devguide.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _docs-pull-request-lifecycle: | ||
|
||
====================== | ||
Pull request lifecycle | ||
====================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[Details of pull requests for documentation contributions. The existing | ||
:ref:`pull-request-lifecycle` page is long and includes many details. | ||
Some only apply to code contributions, but many are common to all | ||
contributions. Should we keep a common page, with documentation tweaks here, or | ||
should this page have only the documentation details even if they are duplicated | ||
elsewhere?] | ||
|
||
[See :ref:`code-pull-request-lifecycle` for the code half of this conundrum.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
=============== | ||
Getting started | ||
=============== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[This is the existing documentation :ref:`start-documenting` page from the devguide.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
=========== | ||
Style guide | ||
=========== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[This is the existing documentation :ref:`style-guide` page from the devguide.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
=========== | ||
Translating | ||
=========== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
|
||
[This is the existing :ref:`translating` page from the devguide.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _internals: | ||
|
||
=================== | ||
CPython's internals | ||
=================== | ||
|