diff options
author | Jack Lloyd <[email protected]> | 2017-12-03 13:20:30 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-04 06:14:33 -0500 |
commit | 20563db49fb823ef331822e6795849d01ce0df3b (patch) | |
tree | cc63466a1e21b104b58ec3572a946fa8a3856cff /doc | |
parent | b236a8aa0803bac4fba3c1de840379fb01f54ca1 (diff) |
Add a script for generating the documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index 31e8cb39f..0ce0cd9f6 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -97,12 +97,12 @@ Python Scripts should be in Python whenever possible. -For configure.py (and install.py) the target is stock (no modules outside the -standard library) CPython 2.7 plus latest CPython 3.x. Support for CPython 2.6, -PyPy, etc is great when viable (in the sense of not causing problems for 2.7 or -3.x, and not requiring huge blocks of version dependent code). As running this -program succesfully is required for a working build making it as portable as -possible is considered key. +For configure.py (and helper scripts install.py, cleanup.py and build_docs.py) +the target is stock (no modules outside the standard library) CPython 2.7 plus +latest CPython 3.x. Support for CPython 2.6, PyPy, etc is great when viable (in +the sense of not causing problems for 2.7 or 3.x, and not requiring huge blocks +of version dependent code). As running this program succesfully is required for +a working build, making it as portable as possible is considered key. The python wrapper botan2.py targets CPython 2.7, 3.x, and latest PyPy. Note that a single file is used to avoid dealing with any of Python's various crazy module |