[py-svn] r7030 - py/dist/doc
hpk at codespeak.net
hpk at codespeak.net
Tue Oct 19 16:53:09 CEST 2004
Author: hpk
Date: Tue Oct 19 16:53:08 2004
New Revision: 7030
Modified:
py/dist/doc/index.txt
py/dist/doc/why_py.txt
Log:
some more start-page changes, it now clearly
states at the beginning what the py lib is about.
Modified: py/dist/doc/index.txt
==============================================================================
--- py/dist/doc/index.txt (original)
+++ py/dist/doc/index.txt Tue Oct 19 16:53:08 2004
@@ -1,8 +1,13 @@
*the py lib*
============
-Here is some documentation about main areas within
-*the py lib*:
+*The py lib wants to support a decent and convenient
+development process addressing important deployment,
+versioning, testing and documentation issues - seen
+primarily from the perspective of a FOSS (Free and
+Open Source) developer. At the same time, or maybe
+just because of that, the py lib is to be very usable
+for real life python applications.*
`why what how py?`_ describes a bit of the motivation and background
@@ -14,7 +19,7 @@
`future`_ handles development visions and plans for the near future.
-Note that some of these texts refer to future development and
+Note that some parts of these texts refer to future development and
do not exactly reflect the current state. Welcome to
documentation & test driven development :-)
Modified: py/dist/doc/why_py.txt
==============================================================================
--- py/dist/doc/why_py.txt (original)
+++ py/dist/doc/why_py.txt Tue Oct 19 16:53:08 2004
@@ -7,17 +7,6 @@
.. _frustrations:
-Mission Statement
-=================
-
-The py lib wants to support a decent and convenient
-development process addressing important deployment,
-versioning, testing and documentation issues - seen
-primarily from the perspective of a FOSS (Free and
-Open Source) developer. At the same time, or maybe
-just because of that, the py lib is to be very usable
-for real life python applications.
-
Why did we start the py lib?
============================
More information about the pytest-commit
mailing list