[py-svn] r36637 - py/dist/py/documentation

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Jan 13 12:48:12 CET 2007


Author: cfbolz
Date: Sat Jan 13 12:48:07 2007
New Revision: 36637

Added:
   py/dist/py/documentation/executables.txt
      - copied unchanged from r36636, py/dist/py/documentation/binary.txt
Removed:
   py/dist/py/documentation/binary.txt
Log:
rename to executables


Deleted: /py/dist/py/documentation/binary.txt
==============================================================================
--- /py/dist/py/documentation/binary.txt	Sat Jan 13 12:48:07 2007
+++ (empty file)
@@ -1,49 +0,0 @@
-==================
-py-lib executables
-==================
-
-The py-lib contains some executables which are described here. Most of them are
-relatively small scripts (apart from ``py.test``). We are open for feature
-requests!
-
-``py.test``
-===========
-
-The ``py.test`` executable is the main entry point into the py-lib testing tool,
-see the `py.test documentation`_.
-
-.. _`py.test documentation`: test.html
-
-``py.cleanup``
-==============
-
-Usage: ``py.cleanup [PATH]``
-
-Delete pyc file recursively, starting from ``PATH`` (which defaults to the
-current working directory). Don't follow links and don't recurse into
-directories with a ".".
-
-
-``py.countloc``
-===============
-
-Usage: ``py.countloc [PATHS]``
-
-Count (non-empty) lines of python code and number of python files recursively
-starting from a ``PATHS`` given on the command line (starting from the current
-working directory). Distinguish between test files and normal ones and report
-them separately.
-
-``py.lookup``
-=============
-
-Usage: ``py.lookup SEARCH_STRING [options]``
-
-Looks recursively at Python files for a ``SEARCH_STRING``, starting from the
-present working directory. Prints the line, with the filename and line-number
-prepended.
-
-``py.rest``
-===========
-
-XXX to be documented


More information about the py-svn mailing list