#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
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to