Displaying 4 results from an estimated 4 matches for "rakedoc".
Did you mean:
makedoc
2006 Oct 22
0
[705] trunk/wxruby2/rake/rakedocs.rb: Add rake task to publish docs to wxruby website (Alex Fenton)
...px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[705] trunk/wxruby2/rake/rakedocs.rb: Add rake task to publish docs to wxruby website (Alex Fenton)</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>705</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd&g...
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff
is now in CVS. There is a moderate amount of documentation in
rake/rakedoc.rb in case you feel like generating your own local copy.
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want
to tweak the output.
cheers
alex
2006 Oct 18
3
Nightly automatic documentation generation
Is there a way to have RubyForge run our ''rake html_docs'' on SVN Head
each night and if successful copy to http://wxruby.rubyforge.org/doc/?
I do not know all the features RubyForge provides to us but this one
would be pretty nice.
Sean
2006 Aug 12
7
Documentation for wxRuby
...by/wxruby/wxRuby_docs.zip
The docs are generated by parsing the LaTeX originals from wxWidgets
and outputing a Rubyish version. These LaTeX files are then run thru
tex2rtf to create the HTML docs. The attached file shows all the
details, just drop it into the rake folder and add require
"rake/rakedocs" to the main rakefile and also add
create_documentation_tasks under all the other create_*_tasks in the
main rakefile. Type rake -T to see the added tasks.
All the requirements to run the doc tasks are at the top of the
rakedocs.rb file.
Feedback is welcome especially on the styling of the...