summary refs log tree commit diff
path: root/src/doc/README.md
AgeCommit message (Collapse)AuthorLines
2014-12-17remove l10nSteve Klabnik-46/+0
2014-10-12src/doc/README.md: fix a dead link.NODA, Kai-14/+18
Also make some typographical changes.
2014-10-01Update some old references to rust.mdKeegan McAllister-1/+1
2014-09-22manual -> reference & formattingSteve Klabnik-1/+1
'reference' sounds better than 'manual' to me here, and rust.html is certainly wrong. I also wrapped everything to 80 cols.
2014-08-17Changed the sample command in the Rustdoc readme to use --output instead of ↵Kasey Carrothers-1/+1
the outdated --output-dir and fixed markdown formatting in debuginfo.rs
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-2/+2
2014-04-03Bump version to 0.11-preBrian Anderson-2/+2
This also changes some of the download links in the documentation to 'nightly'.
2014-03-31Bump version to 0.10Alex Crichton-2/+2
2014-03-09doc: remove node.js dependencyAdrien Tétar-6/+2
`prep.js` outputs its own HTML directives, which `pandoc` cannot recognize when converting the document into LaTeX (this is why the PDF docs have never been highlighted as of now). Note that if we were to add the `.rust` class to snippets, we could probably use pandoc's native highlighting capatibilities i.e. Kate.
2014-02-03Update po4a.conf and regenerate .po files.OGINO Masanori-2/+2
Also, I've corrected src/doc/README.md in line with this change. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+86
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files