Author: Manuel Jacob Branch: rpython-doc Changeset: r62076:f56db6a5d30f Date: 2013-03-05 14:15 +0100 http://bitbucket.org/pypy/pypy/changeset/f56db6a5d30f/
Log: Remove python files from pypy/doc/jit. diff --git a/pypy/doc/jit/__init__.py b/pypy/doc/jit/__init__.py deleted file mode 100644 diff --git a/pypy/doc/jit/confrest.py b/pypy/doc/jit/confrest.py deleted file mode 100644 --- a/pypy/doc/jit/confrest.py +++ /dev/null @@ -1,17 +0,0 @@ -from pypy.doc.confrest import * - -class PyPyPage(PyPyPage): - def fill(self): - super(PyPyPage, self).fill() - self.menubar[:] = html.div( - html.a("general documentation", href="../index.html", - class_="menu"), py.xml.raw(" " * 3), - html.a("JIT documentation", href="index.html", - class_="menu"), " ", - " ", id="menubar") - -class Project(Project): - stylesheet = "../style.css" - title = "PyPy JIT" - prefix_title = "PyPy JIT" - Page = PyPyPage _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit