-
-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib guide: populate the Code section
There is a warning about a duplicate target, but it doesn't seem to cause issues in the built project.
- Loading branch information
Showing
11 changed files
with
114 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
==================== | ||
Development workflow | ||
==================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
[This is the existing :ref:`dev-workflow` page from the devguide] | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
|
||
../../developer-workflow/communication-channels | ||
../../developer-workflow/development-cycle | ||
../../developer-workflow/stdlib | ||
../../developer-workflow/extension-modules | ||
../../developer-workflow/c-api | ||
../../developer-workflow/lang-changes | ||
../../developer-workflow/grammar | ||
../../developer-workflow/porting | ||
../../developer-workflow/sbom | ||
../../developer-workflow/psrt |
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,19 @@ | ||
================= | ||
Development tools | ||
================= | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
[This is the existing :ref:`development-tools` page from the devguide.] | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
|
||
../../development-tools/clinic | ||
../../development-tools/gdb | ||
../../development-tools/clang | ||
../../development-tools/warnings |
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,11 @@ | ||
======== | ||
Git tips | ||
======== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
[More git help for advanced things needed by code contributors.] |
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 @@ | ||
================== | ||
Setup and Building | ||
================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
[More setup and build instructions specifically for code contributors, building | ||
on the basics from the :ref:`Getting Started <getting-started>` section.] |
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,20 @@ | ||
===================== | ||
Testing and buildbots | ||
===================== | ||
|
||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
[This is the existing :ref:`testing` page from the devguide.] | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
|
||
../../testing/run-write-tests | ||
../../testing/silence-warnings | ||
../../testing/coverage | ||
../../testing/buildbots | ||
../../testing/new-buildbot-worker |
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 @@ | ||
.. _dev-workflow: | ||
|
||
==================== | ||
Development workflow | ||
==================== | ||
|
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 @@ | ||
.. _development-tools: | ||
|
||
================= | ||
Development tools | ||
================= | ||
|
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 @@ | ||
.. _getting-started: | ||
|
||
=============== | ||
Getting started | ||
=============== | ||
|
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 @@ | ||
.. _devguide-main: | ||
|
||
======================== | ||
Python Developer's Guide | ||
======================== | ||
|
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 @@ | ||
.. _testing: | ||
|
||
===================== | ||
Testing and buildbots | ||
===================== | ||
|