Re: [racket-dev] marking stuff deprecated in documentation

2015-10-12 Thread Greg Hendershott
Only recently did I learn about and start to use `history`: http://docs.racket-lang.org/scribble/Version_History.html This could be used as-is with the `#:changed` clause: @history[#:changed "1.7"]{Deprecated. Instead use @racket[shiny-thing].} But now that you mention it, a new explicit `#

Re: [racket-dev] marking stuff deprecated in documentation

2015-10-12 Thread Alexis King
I know this is at least somewhat orthogonal to the points you’ve made, but perhaps it would be best to standardize how “warning” messages are rendered in documentation. For example, the “unstable: may change without warning” messages are quite useful, but I have no idea how I’d render those in m

[racket-dev] marking stuff deprecated in documentation

2015-10-12 Thread Neil Van Dyke
There's still a problem of people stumbling upon deprecated stuff in the Racket manuals, and going to a lot of trouble to use it without realizing that it's deprecated. For a very quick fix, how about appending "[DEPRECATED]" to certain manual titles, as an easy way of marking each page of the