From 97d2edf3804910eb80a4e172927690e768b80e65 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 20 Sep 2014 21:09:33 +0200 Subject: [PATCH] Very short introduction in README --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 452f59db2..ae92a2ce3 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,9 @@ README for Sphinx ================= +This is the Sphinx documentation generator, see http://sphinx-doc.org/. + + Installing ========== @@ -17,7 +20,7 @@ Reading the docs After installing:: cd doc - sphinx-build . _build/html + make html Then, direct your browser to ``_build/html/index.html``.