projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7858ea5
)
fix rendered output link
author
Ralf Jung
<post@ralfj.de>
Mon, 8 Jun 2015 20:43:53 +0000
(22:43 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 8 Jun 2015 20:43:53 +0000
(22:43 +0200)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 8263e556dc9f356bc8ad65e3a75df9f460bdaae8..2e3f3b94b087996127f92f0e9726e6743e77a497 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-4,8
+4,6
@@
Rust-101
This is Rust-101, a tutorial for the `Rust language`_.
.. _Rust language: http://www.rust-lang.org/
This is Rust-101, a tutorial for the `Rust language`_.
.. _Rust language: http://www.rust-lang.org/
-.. _Docco: https://jashkenas.github.io/docco/
-.. _the rendered output: https://ralfjung.github.io/rust-101/main.html
Usage
-----
Usage
-----
@@
-14,6
+12,9
@@
You can either read through the sources in ``src/``, or generate the HTML in
``docs/`` using ``make docs`` (this step needs Docco_), or go directly to
`the rendered output`_.
``docs/`` using ``make docs`` (this step needs Docco_), or go directly to
`the rendered output`_.
+.. _Docco: https://jashkenas.github.io/docco/
+.. _the rendered output: https://www.ralfj.de/projects/rust-101/main.html
+
Source, License
---------------
Source, License
---------------