summary refs log tree commit diff
path: root/src/doc/rust.css
AgeCommit message (Collapse)AuthorLines
2014-03-09doc: CSS fixesAdrien Tétar-10/+24
- fixup and refactor highlighting code - have a proper print stylesheet
2014-03-09mk: rewrite the documentation handling.Huon Wilson-19/+12
This converts it to be very similar to crates.mk, with a single list of the documentation items creating all the necessary bits and pieces. Changes include: - rustdoc is used to render HTML & test standalone docs - documentation building now obeys NO_REBUILD=1 - testing standalone docs now obeys NO_REBUILD=1 - L10N is slightly less broken (in particular, it shares dependencies and code with the rest of the code) - PDFs can be built for all documentation items, not just tutorial and manual - removes the obsolete & unused extract-tests.py script - adjust the CSS for standalone docs to use the rustdoc syntax highlighting
2014-03-04rustdoc: tweak highlightingAdrien Tétar-12/+12
2014-02-07doc: add license information for gen. filesAdrien Tétar-1/+9
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+290
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files