zulip/docs
Sumana Harihareswara f65778f1e2 Improve sub-headings in documentation.
Signed-off-by: Sumana Harihareswara <sumanah@panix.com>
2016-05-31 09:05:38 -07:00
..
_static Add CSS style override for RTD to make tables use word wrapping 2015-08-19 11:52:49 -07:00
images Improve first-time contributor docs. 2016-05-31 07:47:45 -07:00
.gitignore Initial sphinx setup from sphinx-quickstart 2015-08-18 17:31:32 -07:00
changelog.md Add CircleCI integration. 2016-05-11 21:17:37 -07:00
code-style.rst Improve code style guidelines. 2016-05-31 08:56:58 -07:00
conf.py Make docs/conf.py pass mypy check. 2016-05-25 15:04:39 -07:00
directory-structure.rst Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00
front-end-build-process.rst Add links in front end build process doc. 2016-05-31 08:56:58 -07:00
html_unescape.py Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
index.rst Improve first-time contributor docs. 2016-05-31 07:47:45 -07:00
integration-guide.md Improve sub-headings in documentation. 2016-05-31 09:05:38 -07:00
logging.md Improve first-time contributor docs. 2016-05-31 07:47:45 -07:00
Makefile Initial sphinx setup from sphinx-quickstart 2015-08-18 17:31:32 -07:00
markdown.md Fix style, formatting in Bugdown docs. 2016-05-31 08:56:58 -07:00
mypy.md Improve sub-headings in documentation. 2016-05-31 09:05:38 -07:00
new-feature-tutorial.rst Improve sub-headings in documentation. 2016-05-31 09:05:38 -07:00
queuing.md Add documentation on the Zulip RabbitMQ queues. 2016-04-01 09:56:59 -07:00
README.md Improve docs/README.md 2015-08-22 12:53:54 -07:00
requirements.readthedocs.txt Upgrade sphinx version used in ReadTheDocs. 2016-05-14 14:27:21 -07:00
roadmap.md Add the Zulip 2016 roadmap document. 2016-04-28 21:55:33 -07:00
schema-migrations.md Add some docs on schema migrations. 2016-04-01 09:57:00 -07:00
testing.rst Improve sub-headings in documentation. 2016-05-31 09:05:38 -07:00
translating.md [third] Integrate i18next with Handlebars 2016-05-19 22:58:25 -07:00

These docs are written in rST, and are included on the zulip.org website as well as on each development installation. Many of these docs have been ported from the internal docs of Zulip Inc., and may need to be updated for use in the open source project.

To generate HTML docs locally from rST:

  • pip install sphinx
  • In this directory, make html. Output appears in a _build/html subdirectory.

To create rST from MediaWiki input:

  • Use pandoc -r mediawiki -w rst on MediaWiki source.
  • Use unescape.py to remove any leftover HTML entities (often inside
    tags and the like).

We can use pandoc to translate mediawiki into reStructuredText, but some things need fixing up:

  • Add page titles.
  • Review pages for formatting (especially inline code chunks) and content.
  • Fix wiki links?
  • Add pages to the table of contents (index.rst).