summaryrefslogtreecommitdiff
path: root/development/Sphinx/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-03-17 14:32:35 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-18 06:58:42 +0700
commit1e922815217f48691e21f889376db330b206e54f (patch)
tree517104cd791e38e4ac240d91335973cb19aa17e5 /development/Sphinx/README
parent2dbb9a7628f1ecec2ee6bfa6aeeb8fa979847c1b (diff)
downloadslackbuilds-1e922815217f48691e21f889376db330b206e54f.tar.gz
development/Sphinx: Updated for version 1.5.3 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/Sphinx/README')
-rw-r--r--development/Sphinx/README11
1 files changed, 4 insertions, 7 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README
index da622c8650..e5644a5a0e 100644
--- a/development/Sphinx/README
+++ b/development/Sphinx/README
@@ -1,7 +1,4 @@
-Sphinx is a tool that translates a set of reStructuredText source
-files into various output formats, automatically producing
-cross-references, indices etc. The focus is on hand-written
-documentation, rather than auto-generated API docs. Though there is
-support for that kind of docs as well (which is intended to be
-freely mixed with hand-written content). If you need pure API docs
-have a look at Epydoc, which also understands reST.
+Sphinx is a tool that translates a set of reStructuredText source files into
+various output formats, including HTML, ePub, LaTeX and plain text. Sphinx was
+originally created for the Python documentation, but it has excellent
+facilities for the documentation of software projects in a range of languages.