| File | Date | Author | Commit |
|---|---|---|---|
| PyPROCAR | 2013-06-12 | aldorome | [r1] Initial commit |
| bin | 2013-06-12 | aldorome | [r2] Initial commit |
| build | 2013-06-12 | aldorome | [r2] Initial commit |
| dist | 2013-06-12 | aldorome | [r2] Initial commit |
| docs | 2013-06-12 | aldorome | [r2] Initial commit |
| pyprocar-code-0 | 2013-06-12 | aldorome | [r1] Initial commit |
| CHANGES.txt | 2013-06-12 | aldorome | [r2] Initial commit |
| EXAMPLE | 2013-06-12 | aldorome | [r1] Initial commit |
| LICENSE.txt | 2013-06-12 | aldorome | [r2] Initial commit |
| MANIFEST | 2013-06-12 | aldorome | [r2] Initial commit |
| MANIFEST.in | 2013-06-12 | aldorome | [r2] Initial commit |
| PROCAR | 2013-06-12 | aldorome | [r1] Initial commit |
| PROCAR-new | 2013-06-12 | aldorome | [r1] Initial commit |
| PROCAR_EXPLANATION | 2013-06-12 | aldorome | [r1] Initial commit |
| README.txt | 2013-06-12 | aldorome | [r2] Initial commit |
| chg_raw.py | 2013-06-12 | aldorome | [r1] Initial commit |
| cntr3d.py | 2013-06-12 | aldorome | [r1] Initial commit |
| setup.py | 2013-06-12 | aldorome | [r2] Initial commit |
===========
PyPROCAR
===========
Prprocar provides such and such and so and so. You might find
it most useful for tasks involving <x> and also <y>. Typical usage
often looks like this::
#!/usr/bin/env python
from towelstuff import location
from towelstuff import utils
if utils.has_towel():
print "Your towel is located:", location.where_is_my_towel()
(Note the double-colon and 4-space indent formatting above.)
Paragraphs are separated by blank lines. *Italics*, **bold**,
and ``monospace`` look like this.
A Section
=========
Lists look like this:
* First
* Second. Can be multiple lines
but must be indented properly.
A Sub-Section
-------------
Numbered lists look like you'd expect:
1. hi there
2. must be going
Urls are http://like.this and links can be
written `like this <http://www.example.com/foo/bar>`_.
Contributors
------------