[pypy-svn] r21885 - pypy/dist/pypy/doc
cfbolz at codespeak.net
cfbolz at codespeak.net
Tue Jan 10 15:58:06 CET 2006
Author: cfbolz
Date: Tue Jan 10 15:58:04 2006
New Revision: 21885
Modified:
pypy/dist/pypy/doc/_ref.txt
pypy/dist/pypy/doc/getting-started.txt
Log:
doc changes because of the file moval
Modified: pypy/dist/pypy/doc/_ref.txt
==============================================================================
--- pypy/dist/pypy/doc/_ref.txt (original)
+++ pypy/dist/pypy/doc/_ref.txt Tue Jan 10 15:58:04 2006
@@ -3,6 +3,7 @@
.. _`lib-python/2.4.1/dis.py`: ../../lib-python/2.4.1/dis.py
.. _`annotation/`:
.. _`pypy/annotation`: ../../pypy/annotation
+.. _`pypy/annotation/annrpython.py`: ../../pypy/annotation/annrpython.py
.. _`annotation/binaryop.py`: ../../pypy/annotation/binaryop.py
.. _`pypy/annotation/builtin.py`: ../../pypy/annotation/builtin.py
.. _`pypy/annotation/model.py`: ../../pypy/annotation/model.py
@@ -67,7 +68,6 @@
.. _`tool/tb_server/`: ../../pypy/tool/tb_server
.. _`pypy/translator`:
.. _`translator/`: ../../pypy/translator
-.. _`pypy/translator/annrpython.py`: ../../pypy/translator/annrpython.py
.. _`translator/c/`: ../../pypy/translator/c
.. _`pypy/translator/c/extfunc.py`: ../../pypy/translator/c/extfunc.py
.. _`pypy/translator/c/src/`: ../../pypy/translator/c/src
Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt (original)
+++ pypy/dist/pypy/doc/getting-started.txt Tue Jan 10 15:58:04 2006
@@ -556,7 +556,7 @@
* `pypy/annotation`_ contains the data model for the type annotation that
can be inferred about a graph. The graph "walker" that uses this is in
- `pypy/translator/annrpython.py`_.
+ `pypy/annotation/annrpython.py`_.
* `pypy/rpython`_ contains the code of the RPython typer. The typer transforms
annotated flow graphs in a way that makes them very similar to C code so
More information about the Pypy-commit
mailing list