You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/scripts
Kegan Dougal f71763b0d3 Implement relative title styles
Templates don't know at what level they will be inserted. Previously, we
hard-coded the title style which is not compatible with the build target
system. Define a set of styles which will be replaced by the gendoc script
when it encounters them:
 '<' : Make this title a sub-heading
 '/' : Make this title a heading at the same level
 '>' : Make this title a super-heading

The build target system is now basically complete and functioning.
9 years ago
..
continuserv Apparently tabs are A Thing 9 years ago
speculator speculator: Document / 9 years ago
README Restructure the first few sections. 9 years ago
basic.css move gendoc to matrix-doc and make it work. rename tutorials section to match matrix.org structure 10 years ago
codehighlight.css Turn on code highlighting for HTTP api responses and add a 9 years ago
gendoc.py Implement relative title styles 9 years ago
matrix-org-gendoc.sh Add a README, spell matrix correctly. 10 years ago
nature.css Add a CHANGELOG. Modify table CSS. 9 years ago

README

Requirements:
 - docutils (for converting RST to HTML)
 - Jinja2 (for templating)

To generate the complete specification along with supporting documentation, run:
    python gendoc.py

The output of this will be inside the "gen" folder.

Matrix.org only ("gen" folder has matrix.org tweaked pages):
    ./matrix-org-gendoc.sh /path/to/matrix.org/includes/nav.html