Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stharrold committed Jan 26, 2015
2 parents 2cbc541 + 731a1a6 commit 5796fbf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
31 changes: 23 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,49 @@ Description

See DESCRIPTION.rst.

.. toctree::

DESCRIPTION

Examples
--------

See repository `wiki <https://github.com/ccd-utexas/binstarsolver/wiki>`_.

API Documentation
-----------------

.. toctree::

docs/index

Installation
------------

Use `Python Packaging Index <https://pypi.python.org/pypi>`_.
Use `Python Packaging Index <https://pypi.python.org/pypi>`_:

::

$ pip install binstarsolver
$ pip install binstarsolver

Testing
-------

Use `pytest <https://pytest.org>`_.
Use `pytest <https://pytest.org>`_:

::

$ git clone https://github.com/ccd-utexas/binstarsolver.git
$ cd binstarsolver
$ git tag --list
$ git checkout tags/<latest_tag_name>
$ py.test
$ git clone https://github.com/ccd-utexas/binstarsolver.git
$ cd binstarsolver
$ git tag --list
$ git checkout tags/v0.1.2 # or latest tag name
$ py.test

Contributing
------------

See CONTRIBUTING.rst.

.. toctree::

CONTRIBUTING
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Contents:

modules


Indices and tables
==================

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpydoc

0 comments on commit 5796fbf

Please sign in to comment.