[py-svn] apipkg commit cfef4422c921: improve docs

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 5 02:10:19 CEST 2009


# HG changeset patch -- Bitbucket.org
# Project apipkg
# URL http://bitbucket.org/hpk42/apipkg/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1254700360 -7200
# Node ID cfef4422c9219b146af23eb8dff4b8b89169a8f9
# Parent f1e60132ead5c39e79d356d82ebf574de83dd04b
improve docs

--- a/readme.txt
+++ b/readme.txt
@@ -3,7 +3,7 @@ Welcome to apipkg!
 
 With apipkg you can control the exported namespace of a
 python package and greatly reduce the number of imports for your users.
-It is a small pure python module that works on virtually all Python
+It is a `small pure python module`_ that works on virtually all Python
 versions, including CPython2.3 to Python3.1, Jython and PyPy.  It co-operates
 well with Python's ``help()`` system and common command line completion
 tools.  Usage is very simple: you can require 'apipkg' as a dependency
@@ -49,6 +49,7 @@ If you don't want to add a depdency to y
 can copy the `apipkg.py`_ somewhere to your own package, 
 e.g. ``_mypkg/apipkg.py`` in the above example. 
 
+.. _`small pure python module`:
 .. _`apipkg.py`: http://bitbucket.org/hpk42/apipkg/src/tip/apipkg.py
 
 Feedback?



More information about the pytest-commit mailing list