Skip to content

jython/devguide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Jython Developer's Guide

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.

The official home of this guide is still to be chosen.

Compilation

For the compilation of the devguide, you need to use a version of Python which supports the venv module, because the make html command will create a virtual environment and will install the Sphinx package:

make html

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.8%
  • JavaScript 16.3%
  • Batchfile 14.0%
  • Makefile 13.3%
  • CSS 7.5%
  • HTML 6.1%