Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 3, 2015
1 parent 3003d0c commit 35c368b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Any comments, issues or requests should be submitted via Github:
`<https://github.com/shakefu/pytool/issues>`_

.. image:: https://api.travis-ci.org/shakefu/pytool.png
:target: https://travis-ci.org/shakefu/pytool

Documentation
-------------

See the `complete documentation <http://pytool.readthedocs.org/en/latest/>`_
for more information.
See the `complete documentation <http://pytool.readthedocs.org/en/latest/>`_ on
Read The Docs for more information.

8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

Here you'll find a record of the changes in each version of :mod:`pytool`.

3.3.0
-----

- Adds :func:`pytool.time.ago`, which is a convenient helper for getting times
relative to a timestamp or the current time.

*Released August 3, 2015.*

3.2.0
-----

Expand Down
6 changes: 6 additions & 0 deletions docs/pytool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ your life a little easier and your day a little better. Enjoy!

.. autofunction:: week_start

:func:`ago`
-----------

.. autofunction:: ago


:mod:`pytool.proxy`: DictProxy and ListProxy classes
====================================================

Expand Down

0 comments on commit 35c368b

Please sign in to comment.