Skip to content

Commit

Permalink
Fix up RST for README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Apr 19, 2014
1 parent f1b19a6 commit 023d2c4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ containing networks.
Installation
------------

Installation is a breeze via pip:
Installation is a breeze via pip: ::

pip install py-radix

Or with the standard Python distutils incantation:
Or with the standard Python distutils incantation: ::

python setup.py build
python setup.py install

Tests are in the `tests/` directory and can be run with `python setup.py test`.
Tests are in the ``tests/`` directory and can be run with
``python setup.py test``.

Usage
-----

A simple example that demonstrates most of the features:
A simple example that demonstrates most of the features: ::

import radix

Expand Down Expand Up @@ -109,7 +110,7 @@ Please report bugs via GitHub at https://github.com/mjschultz/py-radix/issues.
Code changes can be contributed through a pull request on GitHub or emailed
directly to me <[email protected]>.

The main portions of the directory tree are as follows:
The main portions of the directory tree are as follows: ::

.
├── radix/ # Pure Python code
Expand Down

0 comments on commit 023d2c4

Please sign in to comment.