links to files in tests
authorAlexander Solovyov <alexander@solovyov.net>
Tue, 07 Dec 2010 12:36:13 +0100
changeset 152 2d47db2db0d6
parent 151 6282c2c87394
child 153 cfddfbaa85c5
links to files in tests
docs/index.rst
tests/opster.t
--- a/docs/index.rst	Tue Dec 07 12:30:56 2010 +0100
+++ b/docs/index.rst	Tue Dec 07 12:36:13 2010 +0100
@@ -8,7 +8,7 @@
 concise. Additionally it contains possibility to handle subcommands (i.e.
 ``hg commit`` or ``svn update``).
 
-* Page on PyPI: http://pypi.python.org/pypi/opster
+* Page on PyPI: http://pypi.python.org/pypi/opster/
 * Repository: http://hg.piranha.org.ua/opster/
 
 Features
@@ -34,6 +34,9 @@
 
 Read more in :doc:`overview`.
 
+More documentation
+------------------
+
 .. toctree::
    :maxdepth: 1
 
--- a/tests/opster.t	Tue Dec 07 12:30:56 2010 +0100
+++ b/tests/opster.t	Tue Dec 07 12:36:13 2010 +0100
@@ -7,10 +7,22 @@
 This is a test suite for opster library. Just read it to get some idea of how it
 works.
 
+
+Actors cast
+-----------
+
 Define some help functions::
 
   $ function run() { name=$1; shift; python "$TESTDIR/$name" "$@"; }
 
+Main characters:
+
+* `multicommands.py <http://hg.piranha.org.ua/opster/file/tip/tests/multicommands.py>`_
+* `test_opts.py <http://hg.piranha.org.ua/opster/file/tip/tests/test_opts.py>`_
+
+
+Action
+------
 
 Check if usage is working::