diff --git a/EXAMPLES b/EXAMPLES index 2789571cb..d19adb81b 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -169,5 +169,4 @@ Books produced using Sphinx * The ``repoze.bfg`` Web Application Framework: http://www.amazon.com/repoze-bfg-Web-Application-Framework-Version/dp/0615345379 -* A Theoretical Physics Reference book: - http://ondrejcertik.blogspot.com/2010/07/theoretical-physics-reference-book.html +* A Theoretical Physics Reference book: http://theoretical-physics.net/ diff --git a/doc/faq.rst b/doc/faq.rst index a0f008559..0909e2bf2 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -66,6 +66,9 @@ GitHub Pages `_ to support Sphinx HTML output properly. +MediaWiki + See http://bitbucket.org/kevindunn/sphinx-wiki, a project by Kevin Dunn. + Google Analytics You can use a custom ``layout.html`` template, like this: diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 95899ef32..f5eaac9ce 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -177,7 +177,7 @@ Including content based on tags Undefined tags are false, defined tags (via the ``-t`` command-line option or within :file:`conf.py`) are true. Boolean expressions, also using - parentheses (like ``html and (latex or draft)`` are supported. + parentheses (like ``html and (latex or draft)``) are supported. The format of the current builder (``html``, ``latex`` or ``text``) is always set as a tag.