linking the changelog from the README and the docs

This commit is contained in:
Mahmoud Hashemi 2015-08-23 05:52:51 -07:00
parent 547a09194f
commit 6c66358422
2 changed files with 4 additions and 1 deletions

View File

@ -15,9 +15,11 @@ in the same spirit as — and yet conspicuously missing from —
Boltons is tested against Python 2.6, 2.7, 3.4, and
PyPy. [Full and extensive docs are available on Read The Docs.][rtd]
See what's new [by checking the CHANGELOG][changelog].
[stdlib]: https://docs.python.org/2.7/library/index.html
[rtd]: https://boltons.readthedocs.org/en/latest/
[changelog]: https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md
[atomic]: https://boltons.readthedocs.org/en/latest/fileutils.html#boltons.fileutils.atomic_save
[omd]: https://boltons.readthedocs.org/en/latest/dictutils.html#boltons.dictutils.OrderedMultiDict

View File

@ -22,11 +22,12 @@ including:
And that's just a small selection. As of |today|, ``boltons`` is
|b_type_count| types and |b_func_count| functions spread across
|b_mod_count| modules.
|b_mod_count| modules. See what's new by `checking the CHANGELOG`_.
.. counts are appx 50, 75, and 23, respectively, as of initial docs writing
.. _the standard library: https://docs.python.org/2.7/library/index.html
.. _checking the CHANGELOG: https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md
Installation and Integration
----------------------------