Skip to content

Commit b3c64f1

Browse files
authored
Avoid being mistaken for the CPython devguide
1 parent 90747c5 commit b3c64f1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.rst

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
The CPython Developer's Guide
2-
=============================
1+
The Jython Developer's Guide
2+
============================
33

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/
56
:target: https://devguide.python.org
67
:alt: Documentation Status
78
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.
817

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.
1319

1420
Compilation
1521
-----------

0 commit comments

Comments
 (0)