Author: Manuel Jacob Branch: improve-docs Changeset: r64052:1c45dad848d0 Date: 2013-05-13 23:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1c45dad848d0/
Log: Add skeleton for new index.rst. diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/index.rst @@ -0,0 +1,40 @@ +Welcome to PyPy's documentation! +================================ + +.. TODO write introduction + + +User documentation +------------------ + +.. toctree:: + :maxdepth: 2 + + +Development documentation +------------------------- + +.. toctree:: + :maxdepth: 2 + + +Academical stuff +---------------- + +.. toctree:: + :maxdepth: 2 + + +Contact +------- + +.. TODO add contact information + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
