Oliver Middleton
0b2746c8db
rustdoc: Improve playground run buttons
...
The main change is to stop using javascript to generate the URLs and use
rustdoc instead.
This also adds run buttons to the error index examples.
2016-10-15 18:32:03 +01:00
Manish Goregaokar
b0e88279c7
Rollup merge of #33385 - cheercroaker:doc-correction, r=brson
...
Mention initial year of publication only for the documentation copyright
I have corrected the "copyright expiration year" that was still 2015 in the documentation copyright notice.
According to #31007 it seems that we could go one step further and simplify the copyright notice to only mention the year of original publication ("Copyright © 2011" in this case).
Let me know if you would prefer this copyright notice to only mention the year of original publication (please make sure that it is really 2011 as stated in the current version of the documentation, and not 2010 like Rust's code) and I'll make the simplification.
2016-06-01 12:57:40 +05:30
cheercroaker
c4ed094ef2
Mention initial copyright year only
...
As stated in #31007 the copyright notice should reflect the year of original publication, thus avoiding useless updates every year.
2016-05-24 21:52:32 +02:00
Florian Berger
92abda02c4
Update link to license
2016-05-15 19:59:45 +03:00
cheercroaker
5635084e52
Bump copyright year in documentation footer
2016-05-03 19:57:23 +02:00
Nick Howell
95dc32dde6
Convert playpen.js to plain JS.
...
It is still compatible with IE9+.
This removes the jQuery dependency from the "Book" entirely.
2015-06-12 16:26:07 -04:00
Corey Farwell
4f801c433f
Bump copyright year in doc footer
2015-01-07 09:23:31 -05:00
Alex Crichton
e5bbbca33e
rustdoc: Submit examples to play.rust-lang.org
...
This grows a new option inside of rustdoc to add the ability to submit examples
to an external website. If the `--markdown-playground-url` command line option
or crate doc attribute `html_playground_url` is present, then examples will have
a button on hover to submit the code to the playground specified.
This commit enables submission of example code to play.rust-lang.org. The code
submitted is that which is tested by rustdoc, not necessarily the exact code
shown in the example.
Closes #14654
2014-06-06 20:00:16 -07:00
Adrien Tétar
ec2f047aa9
doc: add license information for gen. files
2014-02-07 20:50:15 +01:00