Skip to content

Commit

Permalink
add appendix with topic pathways (#354)
Browse files Browse the repository at this point in the history
* add appendix with topic pathways
* add @eziomelotti review feedback
  • Loading branch information
willingc authored Mar 27, 2018
1 parent b44cece commit 4e456f2
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
67 changes: 67 additions & 0 deletions appendix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
Appendix: Topics
================

Basics for contributors
-----------------------

.. note:: **Recommended reading**

- :doc:`setup`
- :doc:`pullrequest`

* :doc:`help`
* :doc:`communication`

Core developers
---------------

.. note:: **Recommended reading**

* :doc:`setup`
* :doc:`pullrequest`
* :doc:`committing`

* :doc:`coredev`
* :doc:`developers`
* :doc:`motivations`
* :doc:`experts`

Development workflow for contributors
-------------------------------------

* :doc:`devcycle`
* :doc:`pullrequest`
* :doc:`fixingissues`

Documenting Python and style guide
----------------------------------

* :doc:`docquality`
* :doc:`documenting`

Issue tracking and triaging
---------------------------

* :doc:`tracker`
* :doc:`triaging`

Language development in depth
-----------------------------

* :doc:`exploring`
* :doc:`grammar`
* :doc:`compiler`
* :doc:`stdlibchanges`
* :doc:`langchanges`
* :doc:`porting`

Testing and continuous integration
----------------------------------

* :doc:`runtests`
* :doc:`coverage`
* :doc:`silencewarnings`
* :doc:`buildbots`
* :doc:`buildworker`
* :doc:`coverity`

2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Full Table of Contents
buildworker
motivations
gitbootcamp

appendix

.. _Buildbot status: https://www.python.org/dev/buildbot/
.. _Misc directory: https://github.com/python/cpython/tree/master/Misc
Expand Down

0 comments on commit 4e456f2

Please sign in to comment.