From 6c663584221755eeec695172c61812e62ccf3be5 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 23 Aug 2015 05:52:51 -0700 Subject: [PATCH] linking the changelog from the README and the docs --- README.md | 2 ++ docs/index.rst | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f3572..0d12ff2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.rst b/docs/index.rst index f65ba5c..3cd96ed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ----------------------------