~bzr-pqm/bzr/bzr.dev

4634.39.10 by Ian Clatworthy
split developer docs into their own website/chm file
1
{% extends "!layout.html" %}
2
4806.1.1 by Andrew Bennetts
Make sphinx respect 'loweralpha' style lists (a,b,... rather than 1,2,...).
3
{% block linktags %}
4
{{ super() }}
5
<link rel="stylesheet" href="_static/bzr-doc.css" type="text/css" />
6
{% endblock %}
7
4634.39.10 by Ian Clatworthy
split developer docs into their own website/chm file
8
{% block rootrellink %}
4988.4.2 by Martin Pool
Change url to canonical.com or wiki, plus some doc improvements in passing
9
<li><a href="http://bazaar.canonical.com/">
4634.39.10 by Ian Clatworthy
split developer docs into their own website/chm file
10
    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Home</a>&nbsp;|&nbsp;</li>
4988.4.2 by Martin Pool
Change url to canonical.com or wiki, plus some doc improvements in passing
11
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>
4634.39.10 by Ian Clatworthy
split developer docs into their own website/chm file
12
{{ super() }}
13
{% endblock %}