File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- The CPython Developer's Guide
2
- =============================
1
+ The Jython Developer's Guide
2
+ ============================
3
3
4
- .. image :: https://readthedocs.org/projects/cpython-devguide/badge/
4
+ .. This will be wrong now, but we need something similar:
5
+ image:: https://readthedocs.org/projects/python-devguide/badge/
5
6
:target: https://devguide.python.org
6
7
:alt: Documentation Status
7
8
9
+ This guide is a straight copy of the CPython Developer's Guide, with
10
+ the idea of adapting it to describe Jython development processes
11
+ using GitHub.
12
+ The difference is made by adding files for chapters that need to be
13
+ different from the CPython edition,
14
+ keeping the disused CPython files,
15
+ and changing other files as little as possible.
16
+ That way may continue to pull changes from CPython's devguide.
8
17
9
- This guide covers how to contribute to CPython. It is known by the
10
- nickname of "the devguide" by the Python core developers.
11
-
12
- The official home of this guide is https://devguide.python.org.
18
+ The official home of this guide is still to be chosen.
13
19
14
20
Compilation
15
21
-----------
You can’t perform that action at this time.
0 commit comments