diff options
author | Manuel Jacob <unknown> | 2013-05-10 20:36:35 +0200 |
---|---|---|
committer | Manuel Jacob <unknown> | 2013-05-10 20:36:35 +0200 |
commit | 983a714a3c11b6011f9ec284f921900e4eeb5a0a (patch) | |
tree | 209a9cf326e3f54f00f70e89409c7559c2db60aa /rpython/doc/rpython.rst | |
parent | Remove crufty.txt. (diff) | |
download | pypy-983a714a3c11b6011f9ec284f921900e4eeb5a0a.tar.gz pypy-983a714a3c11b6011f9ec284f921900e4eeb5a0a.tar.bz2 pypy-983a714a3c11b6011f9ec284f921900e4eeb5a0a.zip |
Big cleanup: make things more consistent (headers, whitespace, blank lines) and use more useful sphinx features (e.g. for cross-referencing).
Diffstat (limited to 'rpython/doc/rpython.rst')
-rw-r--r-- | rpython/doc/rpython.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst index d78b620394..700b35fc7c 100644 --- a/rpython/doc/rpython.rst +++ b/rpython/doc/rpython.rst @@ -1,4 +1,3 @@ -======= RPython ======= @@ -58,8 +57,8 @@ Flow restrictions **exceptions** -+ fully supported -+ see below `Exception rules`_ for restrictions on exceptions raised by built-in operations + fully supported + see below `Exception rules`_ for restrictions on exceptions raised by built-in operations Object restrictions |