From ee20148c3763c3b7016a09b7bee6e33846e0841b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 1 Jul 2014 10:20:06 +0300 Subject: [PATCH 1/3] README.md: also mention readthedocs.org --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bacb34..a39eef4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ To generate the html doc from the .rst files, run `make html`. You need the Sphinx documentation generator to do that. -A generated doc is available at . +A generated doc is available at + +* http://supybot.aperio.fr/ +* http://limnoria-doc.readthedocs.org/ From 92062852766d7eae25baaedcb9717290f8bf1896 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 1 Jul 2014 10:22:29 +0300 Subject: [PATCH 2/3] README.md: use https:// for readthedocs.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a39eef4..4d68940 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ You need the Sphinx documentation generator to do that. A generated doc is available at * http://supybot.aperio.fr/ -* http://limnoria-doc.readthedocs.org/ +* https://limnoria-doc.readthedocs.org/ From 77f8a60b8ac4626032029b8103071eb600bd0992 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 1 Jul 2014 10:23:40 +0300 Subject: [PATCH 3/3] README.md: link to the documentation directly... at supybot.aperio.fr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d68940..e21c97b 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ To generate the html doc from the .rst files, run `make html`. You need the Sphinx documentation generator to do that. A generated doc is available at -* http://supybot.aperio.fr/ +* http://supybot.aperio.fr/doc/ * https://limnoria-doc.readthedocs.org/