Skip to content

Commit

Permalink
Fixed README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arcward committed Apr 18, 2017
1 parent 6e7c053 commit a3b77bf
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
=======
MARTApy
=======
<<<<<<< HEAD

Python wrapper for MARTA realtime rail and bus APIs:
http://www.itsmarta.com/app-developer-resources.aspx
=======
A Python-based library for accessing the MARTA API.

More: http://www.itsmarta.com/app-developer-resources.aspx
>>>>>>> 90724ea658651aa7b74b2a5097b9984f194078a9


Quickstart
============
Installation
------------
============
To install via *pip*, just:

.. code-block:: bash
Expand All @@ -28,16 +19,9 @@ Or, locally from the same directory as ``setup.py``:
$ python setup.py install
<<<<<<< HEAD
====
Rail
====
=======

Example use
-----------

>>>>>>> 90724ea658651aa7b74b2a5097b9984f194078a9
To get a list of train arrivals:

.. code-block:: python
Expand Down Expand Up @@ -70,10 +54,6 @@ With output that would look something like::

Filters
-------
<<<<<<< HEAD
=======

>>>>>>> 90724ea658651aa7b74b2a5097b9984f194078a9
To narrow results, ``martapy.rail.Arrivals(list)`` has
a number of properties/methods:

Expand Down Expand Up @@ -108,10 +88,6 @@ get all arrivals for the red line which are heading southbound:
rail_client = RailClient(api_key="your_api_key")
arrivals = rail_client.arrivals().red_line.southbound
<<<<<<< HEAD
=======

>>>>>>> 90724ea658651aa7b74b2a5097b9984f194078a9
Other properties
----------------
Each ``Arrivals`` instance returned is just a list of
Expand Down

0 comments on commit a3b77bf

Please sign in to comment.