mirror of https://github.com/zulip/zulip.git
6e55b4df8a
- Delete references to zilencer - Replace "local server" references - Add directories for message views, frontend templates/tests, and docs (imported from commit 7295835434c17609595399e3aec7f9d565fd6b3d) |
||
---|---|---|
.. | ||
_static | ||
.gitignore | ||
Makefile | ||
README.md | ||
code-style.rst | ||
conf.py | ||
directory-structure.rst | ||
html_unescape.py | ||
index.rst |
README.md
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
).
To generate HTML docs locally from RST:
pip install sphinx
- In this directory,
make html
. Output appears in a_build/html
subdirectory.