From 1e2ec8ef9b139a63ca9fe1a0bfbb5ba1e1933649 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sat, 1 Feb 2014 15:03:12 -0800 Subject: [PATCH 1/2] Add a section with references to related projects --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 4d7c8d60..57e2df73 100644 --- a/README.rst +++ b/README.rst @@ -213,6 +213,11 @@ is not needed unless you need the natural language, ``nlp()``, features like key If you are using ubuntu and are still running into gcc compile errors when installing lxml, try installing ``libxslt1-dev`` instead of ``libxslt-dev``. +Related Projects +---------------- + +- [ruby-readability](https://github.com/cantino/ruby-readability) is a port of arc90's readability project to Ruby. + Todo List --------- From 4871668cde0ac6e1f65185deb4a4e4747aa21300 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sat, 1 Feb 2014 15:05:31 -0800 Subject: [PATCH 2/2] Fix formatting --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 57e2df73..3dc20cf9 100644 --- a/README.rst +++ b/README.rst @@ -216,7 +216,9 @@ If you are using ubuntu and are still running into gcc compile errors when insta Related Projects ---------------- -- [ruby-readability](https://github.com/cantino/ruby-readability) is a port of arc90's readability project to Ruby. +- `ruby-readability`_ is a port of arc90's readability project to Ruby. + +.. _`ruby-readability`: https://github.com/cantino/ruby-readability Todo List ---------