From 00e1b68e74ae73b38801d01338e0e33be1003f09 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 12 Feb 2014 10:54:56 -0800 Subject: [PATCH] Revert to newly-revived Typogrify project Since the Typogrify project will be actively maintained going forward, there is no need for the fork. --- dev_requirements.txt | 2 +- docs/changelog.rst | 2 -- docs/getting_started.rst | 2 +- docs/settings.rst | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index b013a00d..c90ac630 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,7 +5,7 @@ mock Markdown BeautifulSoup4 lxml -typogrify-web +typogrify # To perform release bumpr==0.2.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index 1e064e5f..5c8db17f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,8 +4,6 @@ Release history Next release ============ -* Replace the neglected ``typogrify`` package with the actively-maintained - ``typogrify-web`` package. * Added the `:modified:` metadata field to complement `:date:`. Used to specify the last date and time an article was updated independently from the date and time it was published. * Produce inline links instead of reference-style links when importing content. diff --git a/docs/getting_started.rst b/docs/getting_started.rst index f302d8d7..53b466a0 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -136,7 +136,7 @@ manually via ``pip``: * `markdown `_, for supporting Markdown as an input format -* `typogrify-web `_, for +* `typogrify `_, for typographical enhancements Kickstart your site diff --git a/docs/settings.rst b/docs/settings.rst index d4d5d073..ca92a19e 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -136,8 +136,8 @@ Setting name (default value) section below for more info. `TYPOGRIFY` (``False``) If set to True, several typographical improvements will be incorporated into the generated HTML via the `Typogrify - `_ library, - which can be installed via: ``pip install typogrify-web`` + `_ library, + which can be installed via: ``pip install typogrify`` `DIRECT_TEMPLATES` (``('index', 'tags', 'categories', 'authors', 'archives')``) List of templates that are used directly to render content. Typically direct templates are used to generate index pages for collections of content (e.g., tags and