| Age | Commit message (Collapse) | Author | Lines |
|
The translation is based on an early version of tutorial.md, thus most
of entries have been marked as fuzzy and actually they are incorrect.
Now tutorial.md is planed to be replaced with guide.md, so I'd suggest
removing translation files for a while.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
|
|
[breaking-change]
|
|
|
|
Now that rustdoc understands proper language tags
as the code not being Rust, we can tag everything
properly.
This change tags examples in other languages by
their language. Plain notations are marked as `text`.
Console examples are marked as `console`.
Also fix markdown.rs to not highlight non-rust code.
|
|
[breaking-change]
|
|
|
|
|
|
|
|
This also changes some of the download links in the documentation
to 'nightly'.
|
|
|
|
|
|
This was previously implemented, and it just needed a snapshot to go through
|
|
Also, I've corrected src/doc/README.md in line with this change.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
|
|
We generate documentation into the doc/ directory, so we shouldn't be
intermingling source files with generated files
|