Very short introduction in README

This commit is contained in:
Georg Brandl 2014-09-20 21:09:33 +02:00
parent 561181be7a
commit 97d2edf380

View File

@ -2,6 +2,9 @@
README for Sphinx README for Sphinx
================= =================
This is the Sphinx documentation generator, see http://sphinx-doc.org/.
Installing Installing
========== ==========
@ -17,7 +20,7 @@ Reading the docs
After installing:: After installing::
cd doc cd doc
sphinx-build . _build/html make html
Then, direct your browser to ``_build/html/index.html``. Then, direct your browser to ``_build/html/index.html``.