8000 Reorganise the devguide to directories by AA-Turner · Pull Request #901 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Reorganise the devguide to directories #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add index files
  • Loading branch information
AA-Turner committed Jul 11, 2022
commit 4ca48b1808987625c5819ba6e8c217314ed5aebd
10 changes: 10 additions & 0 deletions advanced-tools/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
==============
Advanced Tools
==============

.. toctree::
:maxdepth: 5

gdb
clang
coverity
12 changes: 12 additions & 0 deletions core-developers/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===============
Core Developers
===============

.. toctree::
:maxdepth: 5

committing
experts
developer-log
motivations
become-core-developer
15 changes: 15 additions & 0 deletions developer-workflow/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
====================
Development Workflow
====================

.. toctree::
:maxdepth: 5

communication-channels
development-cycle
stdlib
extension-modules
c-api
lang-changes
grammar
porting
9 changes: 9 additions & 0 deletions documentation/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=============
Documentation
=============

.. toctree::
:maxdepth: 5

start-documenting
help-documenting
12 changes: 12 additions & 0 deletions getting-started/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===============
Getting Started
===============

.. toctree::
:maxdepth: 5

setup-building
fixing-issues
git-boot-camp
pull-request-lifecycle
getting-help
11 changes: 11 additions & 0 deletions internals/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===================
CPython's Internals
===================

.. toctree::
:maxdepth: 5

exploring
parser
compiler
garbage-collector
12 changes: 12 additions & 0 deletions testing/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=====================
Testing and Buildbots
=====================

.. toctree::
:maxdepth: 5

run-write-tests
silence-warnings
coverage
buildbots
new-buildbot-worker
11 changes: 11 additions & 0 deletions triage/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===================
Issues and Triaging
===================

.. toctree::
:maxdepth: 5

issue-tracker
triaging
labels
github-bpo-faq
0