Skip to content

Commit

Permalink
Cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Aug 24, 2019
1 parent 70af3c8 commit 260f0d5
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ Datetimes should be interacted with via an API written for humans.

Maya is mostly built around the headaches and use-cases around parsing datetime data from websites.

.. image:: https://farm4.staticflickr.com/3702/33288285996_5b69d2b8f7_k_d.jpg

Art by `Sam Flores
<https://www.instagram.com/samagram12/>`_ (Photo by `Kenneth Reitz
<https://www.instagram.com/kennethreitz/>`_).

☤ Basic Usage of Maya
---------------------
Expand Down Expand Up @@ -76,7 +71,7 @@ Behold, datetimes for humans!
>>> m = maya.MayaDT.from_struct(time.gmtime())
>>> print(m)
Wed, 20 Sep 2017 17:24:32 GMT
>>> m = maya.MayaDT(time.time())
>>> print(m)
Wed, 20 Sep 2017 17:24:32 GMT
Expand Down Expand Up @@ -152,11 +147,9 @@ I think these projects complement each-other, personally. Maya is great for pars
☤ Installing Maya
-----------------

Installation is easy, with `pipenv <http://pipenv.org/>`_::

$ pipenv install maya
Installation is easy, with:

✨🍰✨
$ pip install maya


☤ Demo
Expand All @@ -169,19 +162,12 @@ Try ``maya`` interactively using this online demo:
:alt: Open Live Demo


☤ Like it?
----------

`Say Thanks <https://saythanks.io/to/kennethreitz>`_!


How to Contribute
-----------------

#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
#. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
#. Write a test which shows that the bug was fixed or that the feature works as expected.
#. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.
#. Send a pull request and bug the maintainer until it gets merged and published. :)

.. _`the repository`: http://github.com/timofurrer/maya
.. _AUTHORS: https://github.com/timofurrer/maya/blob/master/AUTHORS.rst

0 comments on commit 260f0d5

Please sign in to comment.