Skip to content

Commit e6aa02a

Browse files
Update packaging-binary-extensions.rst
هلت ماان ناات
1 parent 3ff10b0 commit e6aa02a

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

source/guides/packaging-binary-extensions.rst

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
.. _`Binary Extensions`:
1+
.. _`Binary Extensions`:source/guides/packaging-binary-extension34487202s.rst34487202.. toctree::
2+
:maxdepth: 3
3+
4+
getting-started/index
5+
developer-workflow/index
6+
triage/index
7+
documentation/index
8+
testing/index
9+
development-tools/index
10+
core-team/index
11+
internals
12+
versions
13+
14+
.. tab:: macOS
15+
16+
.. code-block:: shell
17+
18+
./python.exe -m test -j8
19+
20+
.. note::
21+
:ref:`Most <mac-python.exe>` macOS systems use
22+
:file:`./python.exe` in order to avoid filename conflicts with
23+
the ``Python`` directory.
24+
.. tab:: Windows
25+
26+
.. code-block:: dosbatch
27+
28+
.\python.bat -m test -j3
29+
git checkout -b fix-issue-12345 maingit clone https://github.com/<your_username>/cpython
30+
cd cpython
231

332
===========================
433
Packaging binary extensions

0 commit comments

Comments
 (0)