[pypy-svn] pypy default: (dmalcolm, lac): Various minor cleanups (removal of stray "PyPy -" from titles, reorderings of pages)

dmalcolm commits-noreply at bitbucket.org
Thu Mar 17 19:04:28 CET 2011


Author: David Malcolm <dmalcolm at redhat.com>
Branch: 
Changeset: r42755:47ed8f9d826b
Date: 2011-03-16 14:14 -0400
http://bitbucket.org/pypy/pypy/changeset/47ed8f9d826b/

Log:	(dmalcolm, lac): Various minor cleanups (removal of stray "PyPy -"
	from titles, reorderings of pages)

diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rst
+++ b/pypy/doc/getting-started-dev.rst
@@ -1,5 +1,5 @@
 ===============================================================================
-PyPy - Getting Started with the Translation Toolchain and Development Process
+Getting Started with the Translation Toolchain and Development Process
 ===============================================================================
 
 .. contents::

diff --git a/pypy/doc/buildtool.rst b/pypy/doc/buildtool.rst
--- a/pypy/doc/buildtool.rst
+++ b/pypy/doc/buildtool.rst
@@ -2,6 +2,8 @@
 PyPyBuilder
 ============
 
+.. include:: crufty.rst
+
 What is this?
 =============
 

diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -12,17 +12,18 @@
 .. The following documentation is important and reasonably up-to-date:
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
    .. The following stuff is high-value and (vaguely) true:
    getting-started.rst
    getting-started-python.rst
    getting-started-dev.rst
+   windows.rst
    faq.rst
    architecture.rst
    coding-guide.rst
+   cpython_differences.rst
    cleanup-todo.rst
-   cpython_differences.rst
    garbage_collection.rst
    interpreter.rst
    objspace.rst
@@ -30,7 +31,6 @@
    dev_method.rst
    download.rst
    extending.rst
-   windows.rst
 
    extradoc.rst
      .. ^^ integrate this one level up: dcolish?

diff --git a/pypy/doc/interpreter.rst b/pypy/doc/interpreter.rst
--- a/pypy/doc/interpreter.rst
+++ b/pypy/doc/interpreter.rst
@@ -1,5 +1,5 @@
 ===================================
-PyPy - Bytecode Interpreter 
+Bytecode Interpreter 
 ===================================
 
 .. contents::

diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst
--- a/pypy/doc/architecture.rst
+++ b/pypy/doc/architecture.rst
@@ -1,5 +1,5 @@
 ==================================================
-PyPy - Goals and Architecture Overview 
+Goals and Architecture Overview 
 ==================================================
 
 .. contents::

diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst
--- a/pypy/doc/extradoc.rst
+++ b/pypy/doc/extradoc.rst
@@ -1,5 +1,5 @@
 =================================================
-PyPy - papers, talks and related projects 
+Papers, talks and related projects 
 =================================================
 
 Papers

diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst
--- a/pypy/doc/getting-started.rst
+++ b/pypy/doc/getting-started.rst
@@ -1,7 +1,9 @@
 ==================================
-PyPy - Getting Started 
+Getting Started 
 ==================================
 
+.. contents::
+
 .. _howtopypy: 
 
 What is PyPy ?

diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.rst
@@ -1,6 +1,6 @@
-=============
-Windows Hints
-=============
+===============
+PyPy on Windows
+===============
 
 Pypy is supported on Windows platforms, starting with Windows 2000.
 The following text gives some hints about how to translate the PyPy

diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guide.rst
+++ b/pypy/doc/coding-guide.rst
@@ -1,5 +1,5 @@
 =====================================
-PyPy - Coding Guide
+Coding Guide
 =====================================
 
 .. contents::

diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst
--- a/pypy/doc/objspace.rst
+++ b/pypy/doc/objspace.rst
@@ -1,5 +1,5 @@
 ======================
-PyPy - Object Spaces
+Object Spaces
 ======================
 
 .. contents::

diff --git a/pypy/doc/jit/overview.rst b/pypy/doc/jit/overview.rst
--- a/pypy/doc/jit/overview.rst
+++ b/pypy/doc/jit/overview.rst
@@ -3,7 +3,6 @@
 ------------------------------------------------------------------------
 
 .. contents::
-.. sectnum::
 
 This is a non-technical introduction and motivation for PyPy's approach
 to Just-In-Time compiler generation.


More information about the Pypy-commit mailing list