[Buildbot-commits] [Buildbot] #189: Rewrite Buildbot docs in Sphinx
Buildbot
nobody at buildbot.net
Wed Aug 10 04:02:44 UTC 2011
#189: Rewrite Buildbot docs in Sphinx
-------------------------+--------------------
Reporter: ludovic | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 0.8.+
Version: 0.7.6 | Resolution:
Keywords: docs, sprint |
-------------------------+--------------------
Comment (by dustin):
Rewrites are in. This can be padded out to handle /current/ when 0.8.5 is
out.
{{{
# texinfo to sphinx redirects for popular hits
location /buildbot/docs {
rewrite ^/(buildbot/docs/latest)/Configuration.html
http://buildbot.net/$1/configuration.html permanent;
rewrite ^/(buildbot/docs/latest)/Installation.html
http://buildbot.net/$1/installation.html permanent;
rewrite ^/(buildbot/docs/latest)/Build-Steps.html
http://buildbot.net/$1/cfg-buildsteps.html permanent;
rewrite ^/(buildbot/docs/latest)/Schedulers.html
http://buildbot.net/$1/cfg-schedulers.html permanent;
rewrite ^/(buildbot/docs/latest)/Change-Sources.html
http://buildbot.net/$1/cfg-changesources.html permanent;
rewrite ^/(buildbot/docs/latest)/Using-ShellCommands.html
http://buildbot.net/$1/cfg-buildsteps.html permanent;
rewrite ^/(buildbot/docs/latest)/ShellCommand.html
http://buildbot.net/$1/cfg-buildsteps.html permanent;
rewrite ^/(buildbot/docs/latest)/Requirements.html
http://buildbot.net/$1/installation.html permanent;
rewrite ^/(buildbot/docs/latest)/System-Architecture.html
http://buildbot.net/$1/concepts.html permanent;
}
}}}
As for readthedocs.net, someone else has already submitted it, but only
the tutorial. I'll try to fix that later.
Metabuildbot is fine.
--
Ticket URL: <http://trac.buildbot.net/ticket/189#comment:12>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list