Skip to content

Commit

Permalink
Improved readme section titles and separators.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlobo committed Aug 30, 2013
1 parent 7635acb commit 1b72230
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ bigtempo
.. image:: https://coveralls.io/repos/rhlobo/bigtempo/badge.png
:target: https://coveralls.io/r/rhlobo/bigtempo

..
..image:: http://cloud.github.com/downloads/rhlobo/bigtempo/bigtempo_128.png // TODO

.. ..image:: http://cloud.github.com/downloads/rhlobo/bigtempo/bigtempo_128.png // TODO
**BigTempo** is a powerful and scalable programming model, originally crafted for temporal data processment / analysis. It's production ready and can handle large ammounts of data.
Expand Down Expand Up @@ -45,24 +45,23 @@ It is a great tool for distributed processment when you have 'quadrillion' proce


Getting started
===============
---------------

Coming out soon!

..
http://pandas.pydata.org/pandas-docs/dev/dsintro.html
.. http://pandas.pydata.org/pandas-docs/dev/dsintro.html
Need more?
----------
^^^^^^^^^^

If you need more examples, or just feel like checking out how bigtempo can be used in a project, refer to stockExperiments_.

.. _stockExperiments: https://github.com/rhlobo/stockExperiments


Installation
============
------------

To install, simply:

Expand All @@ -78,7 +77,7 @@ Or, if you absolutely must:
Dependencies
------------
^^^^^^^^^^^^

Both the installation methods above should take care of dependencies on its own, automatically.

Expand All @@ -100,7 +99,7 @@ In order to run the tests using the command contained in the ``bin`` directory,


Installing from source
------------------------
^^^^^^^^^^^^^^^^^^^^^^

To install bigtempo from source you need:

Expand Down Expand Up @@ -136,8 +135,8 @@ Alternatively, you can use `pip` if you want all the dependencies pulled in auto
$ pip install -e .
What is in the owen?
--------------------
Next version?
-------------

- Integration with celery_
- Build in thread / process pools
Expand All @@ -147,15 +146,15 @@ What is in the owen?


Bug tracker
===========
-----------

If you have any suggestions, bug reports or annoyances please report them to our issue_tracker_.

.. _issue_tracker: http://github.com/rhlobo/bigtempo/issues


Contribute
==========
----------

1. On the tracker_, check for open issues or open a new one to start a discussion around an idea or bug.
2. Fork the repository_ on GitHub to start making your changes.
Expand Down

0 comments on commit 1b72230

Please sign in to comment.