| 1 | == The automatic way == |
| 2 | |
| 3 | == The manual way == |
| 4 | |
| 5 | You need to install a few gems. Go in your rock installation folder and do |
| 6 | |
| 7 | {{{ |
| 8 | gem install coderay webgen |
| 9 | }}} |
| 10 | |
| 11 | The website pages are stored in a git repository, check it out |
| 12 | |
| 13 | {{{ |
| 14 | git clone git://gitorious.org/rock/doc.git |
| 15 | }}} |
| 16 | |
| 17 | Finally, generate the website |
| 18 | |
| 19 | {{{ |
| 20 | cd doc |
| 21 | rake |
| 22 | }}} |
| 23 | |
| 24 | The generated output can be accessed from out/index.html |
| 25 | |
| 26 | To get the API documentation, run from the autoproj directory |
| 27 | |
| 28 | {{{ |
| 29 | autoproj doc |
| 30 | }}} |
| 31 | |
| 32 | the documentation is in install/doc |
| 33 | |
| 34 | Finally, the package directory information can be accessed locally with the rock-browse tool |