~james-w/lazr.restfulclient/improve-collection-fetch-optimisation

« back to all changes in this revision

Viewing changes to src/lazr/yourpkg/docs/basic.txt

  • Committer: Gary Poster
  • Date: 2009-03-17 14:52:16 UTC
  • Revision ID: gary.poster@canonical.com-20090317145216-aem80ez7s6nfs1ya
move to tests directory, meaningful README.txt, initially empty docs directory, pkg_resources, `additional_tests` for the setuptools test runner, and Sphinx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Importable
2
 
==========
3
 
 
4
 
The lazr.yourpkg package is importable, and has a version number.
5
 
 
6
 
    >>> import lazr.yourpkg
7
 
    >>> print 'VERSION:', lazr.yourpkg.__version__
8
 
    VERSION: ...