Skip to content

Commit

Permalink
Avoid being mistaken for the CPython devguide
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 authored Sep 26, 2017
1 parent 90747c5 commit b3c64f1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
The CPython Developer's Guide
=============================
The Jython Developer's Guide
============================

.. image:: https://readthedocs.org/projects/cpython-devguide/badge/
.. This will be wrong now, but we need something similar:
image:: https://readthedocs.org/projects/python-devguide/badge/
:target: https://devguide.python.org
:alt: Documentation Status
This guide is a straight copy of the CPython Developer's Guide, with
the idea of adapting it to describe Jython development processes
using GitHub.
The difference is made by adding files for chapters that need to be
different from the CPython edition,
keeping the disused CPython files,
and changing other files as little as possible.
That way may continue to pull changes from CPython's devguide.

This guide covers how to contribute to CPython. It is known by the
nickname of "the devguide" by the Python core developers.

The official home of this guide is https://devguide.python.org.
The official home of this guide is still to be chosen.

Compilation
-----------
Expand Down

0 comments on commit b3c64f1

Please sign in to comment.