[pypy-svn] r64284 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri Apr 17 16:31:03 CEST 2009


Author: arigo
Date: Fri Apr 17 16:31:03 2009
New Revision: 64284

Added:
   pypy/trunk/pypy/doc/docindex.txt
      - copied, changed from r64276, pypy/trunk/pypy/doc/index.txt
   pypy/trunk/pypy/doc/index.txt
      - copied, changed from r64276, pypy/trunk/pypy/doc/home.txt
Removed:
   pypy/trunk/pypy/doc/home.txt
Modified:
   pypy/trunk/pypy/doc/architecture.txt
   pypy/trunk/pypy/doc/confrest.py
   pypy/trunk/pypy/doc/faq.txt
   pypy/trunk/pypy/doc/getting-started.txt
   pypy/trunk/pypy/doc/project-ideas.txt
   pypy/trunk/pypy/doc/redirections
Log:
Rename "home.html" to "index.html" and "index.html" to "docindex.html".


Modified: pypy/trunk/pypy/doc/architecture.txt
==============================================================================
--- pypy/trunk/pypy/doc/architecture.txt	(original)
+++ pypy/trunk/pypy/doc/architecture.txt	Fri Apr 17 16:31:03 2009
@@ -234,7 +234,7 @@
 
  * All our `Technical reports`_.
 
-.. _`documentation index`: index.html
+.. _`documentation index`: docindex.html
 .. _`getting-started`: getting-started.html
 .. _`PyPy's approach to virtual machine construction`: http://codespeak.net/svn/pypy/extradoc/talk/dls2006/pypy-vm-construction.pdf
 .. _`the translation document`: translation.html

Modified: pypy/trunk/pypy/doc/confrest.py
==============================================================================
--- pypy/trunk/pypy/doc/confrest.py	(original)
+++ pypy/trunk/pypy/doc/confrest.py	Fri Apr 17 16:31:03 2009
@@ -8,7 +8,7 @@
     def fill_menubar(self):
         self.menubar = html.div(
             html.a("home", 
-                   href=self.get_doclink("home.html"), 
+                   href=self.get_doclink("index.html"), 
                    class_="menu"), 
             " ",
             html.a("blog", href="http://morepypy.blogspot.com", class_="menu"),
@@ -17,7 +17,7 @@
                    href=self.get_doclink("getting-started.html"),
                    class_="menu"), 
             " ",
-            html.a("documentation", href=self.get_doclink("index.html"),
+            html.a("documentation", href=self.get_doclink("docindex.html"),
                    class_="menu"),
             " ", 
             html.a("svn", href="https://codespeak.net/viewvc/pypy/trunk/",

Copied: pypy/trunk/pypy/doc/docindex.txt (from r64276, pypy/trunk/pypy/doc/index.txt)
==============================================================================
--- pypy/trunk/pypy/doc/index.txt	(original)
+++ pypy/trunk/pypy/doc/docindex.txt	Fri Apr 17 16:31:03 2009
@@ -285,7 +285,6 @@
 
 .. _`bytecode interpreter`: interpreter.html
 .. _`translating application level to interpreterlevel`: geninterp.html
-.. _documentation: index.html
 .. _`Testing in PyPy`: coding-guide.html#testing-in-pypy 
 .. _`mixed modules`: coding-guide.html#mixed-modules 
 .. _`modules`: coding-guide.html#modules 

Modified: pypy/trunk/pypy/doc/faq.txt
==============================================================================
--- pypy/trunk/pypy/doc/faq.txt	(original)
+++ pypy/trunk/pypy/doc/faq.txt	Fri Apr 17 16:31:03 2009
@@ -189,7 +189,7 @@
 discussions.
 
 .. _`project suggestions`: project-ideas.html
-.. _`contact us`: home.html
+.. _`contact us`: index.html
 .. _`mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
 
 ----------------------------------------------------------------------

Modified: pypy/trunk/pypy/doc/getting-started.txt
==============================================================================
--- pypy/trunk/pypy/doc/getting-started.txt	(original)
+++ pypy/trunk/pypy/doc/getting-started.txt	Fri Apr 17 16:31:03 2009
@@ -92,7 +92,7 @@
 interesting information.  Additionally, in true hacker spirit, you 
 may just `start reading sources`_ . 
 
-.. _`documentation section`: index.html 
+.. _`documentation section`: docindex.html 
 
 Running all of PyPy's tests  
 ---------------------------
@@ -111,7 +111,7 @@
 subset of them at a time.**  To run them all daily we have a BuildBot based
 setup, a summary of its results can be seen at http://codespeak.net:8099/summary.
 
-.. _`if PyPy works on your machine/platform`: index.html#status
+.. _`if PyPy works on your machine/platform`: docindex.html#status
 .. _`autotest driver`: http://codespeak.net/pipermail/pypy-dev/2006q3/003273.html
 
 Filing bugs or feature requests 
@@ -746,7 +746,7 @@
 
 .. _events: http://codespeak.net/pypy/trunk/pypy/doc/news.html
 .. _`pypy-dev mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
-.. _`contact possibilities`: home.html
+.. _`contact possibilities`: index.html
 
 .. _`py library`: http://codespeak.net/py 
 
@@ -775,12 +775,12 @@
 .. _trace:                  ../../pypy/objspace/trace.py
 .. _flow:                   ../../pypy/objspace/flow/
 .. _translator.py:          ../../pypy/translator/translator.py
-.. _mailing lists:          home.html
-.. _documentation:          index.html 
+.. _mailing lists:          index.html
+.. _documentation:          docindex.html 
 .. _unit tests:             coding-guide.html#test-design
 .. _bug reports:            https://codespeak.net/issue/pypy-dev/
 
-.. _`directory reference`: index.html#directory-reference
+.. _`directory reference`: docindex.html#directory-reference
 .. _`Boehm-Demers-Weiser garbage collector`: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 
 .. include:: _ref.txt

Copied: pypy/trunk/pypy/doc/index.txt (from r64276, pypy/trunk/pypy/doc/home.txt)
==============================================================================
--- pypy/trunk/pypy/doc/home.txt	(original)
+++ pypy/trunk/pypy/doc/index.txt	Fri Apr 17 16:31:03 2009
@@ -37,7 +37,7 @@
 conferences all year round. They will be happy to meet in person with
 anyone interested in the project.  Watch out for sprint announcements. 
 
-.. _Python: http://www.python.org/doc/current/ref/ref.html
+.. _Python: http://docs.python.org/index.html
 .. _`more...`: architecture.html#mission-statement 
 .. _`PyPy blog`: http://morepypy.blogspot.com/
 .. _`development bug/feature tracker`: https://codespeak.net/issue/pypy-dev/ 
@@ -46,5 +46,5 @@
 .. _`subversion commit mailing list`: http://codespeak.net/mailman/listinfo/pypy-svn
 .. _`development mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
 .. _`FAQ`: faq.html
-.. _`Documentation`: index.html 
+.. _`Documentation`: docindex.html 
 .. _`Getting Started`: getting-started.html

Modified: pypy/trunk/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/trunk/pypy/doc/project-ideas.txt	(original)
+++ pypy/trunk/pypy/doc/project-ideas.txt	Fri Apr 17 16:31:03 2009
@@ -88,8 +88,8 @@
 .. _`object spaces`: objspace.html
 .. _`code templating solution`: http://codespeak.net/svn/pypy/extradoc/soc-2006/code-templating.txt
 
-.. _documentation: index.html
-.. _home: home.html
+.. _documentation: docindex.html
+.. _home: index.html
 .. _`pypy-dev mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
 .. _`ZODB's Persistent class`: http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx
 .. _`transparent proxy`: objspace-proxies.html#tproxy

Modified: pypy/trunk/pypy/doc/redirections
==============================================================================
--- pypy/trunk/pypy/doc/redirections	(original)
+++ pypy/trunk/pypy/doc/redirections	Fri Apr 17 16:31:03 2009
@@ -1,9 +1,9 @@
 # please make sure this is evaluable 
 {
     'proxy.html': 'objspace-proxies.html#tproxy',
-    'news.html': 'home.html',
-    'contact.html': 'home.html',
+    'news.html': 'index.html',
+    'contact.html': 'index.html',
+    'home.html': 'index.html',
     'jit.html': 'jit/index.html',
     'standalone-howto.html': 'faq.html#pypy-translation-tool-chain',
 }
-



More information about the Pypy-commit mailing list