4557.3.1
by Ian Clatworthy
Core website & navigation working |
1 |
{% extends "layout.html" %} |
2 |
||
3 |
{% set title = 'Table of Contents' %} |
|
4 |
{% block body %} |
|
5 |
||
6 |
<h2>Core documentation</h2> |
|
7 |
||
8 |
<table class="contentstable" align="center" style="margin-left: 30px"><tr> |
|
9 |
<td width="50%"> |
|
4634.39.18
by Ian Clatworthy
build the English user docs just like the other languages |
10 |
<p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
11 |
<span class="linkdescr">how to use Bazaar effectively</span> |
12 |
</p> |
|
4634.39.18
by Ian Clatworthy
build the English user docs just like the other languages |
13 |
<p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
14 |
<span class="linkdescr">brief introductions</span> |
15 |
</p> |
|
4634.39.18
by Ian Clatworthy
build the English user docs just like the other languages |
16 |
<p class="biglink"><a class="biglink" href="{{ pathto("quick-reference/index") }}">Quick Reference</a><br/> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
17 |
<span class="linkdescr">for your wall</span> |
18 |
</p> |
|
4634.38.2
by Ian Clatworthy
Improvements to html in preparation for better chm |
19 |
</td><td width="50%"> |
4634.39.35
by Ian Clatworthy
put rules back in Makefile supporting plain-style docs |
20 |
<p class="biglink"><a class="biglink" href="{{ pathto("release-notes/index") }}">Release Notes</a><br/> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
21 |
<span class="linkdescr">what's new</span> |
22 |
</p> |
|
4634.39.18
by Ian Clatworthy
build the English user docs just like the other languages |
23 |
<p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
24 |
<span class="linkdescr">moving to Bazaar 2.x</span> |
25 |
</p> |
|
4634.39.35
by Ian Clatworthy
put rules back in Makefile supporting plain-style docs |
26 |
<p class="biglink"><a class="biglink" href="{{ pathto("user-reference/index") }}">User Reference</a><br/> |
4634.38.3
by Ian Clatworthy
minor tweaks for better chm |
27 |
<span class="linkdescr">all the gory details</span> |
28 |
</p> |
|
4634.38.2
by Ian Clatworthy
Improvements to html in preparation for better chm |
29 |
</td></tr> |
30 |
</table> |
|
31 |
||
32 |
<h2>Related links</h2> |
|
33 |
||
34 |
<table class="contentstable" align="center" style="margin-left: 30px"><tr> |
|
35 |
<td width="50%"> |
|
36 |
<p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/> |
|
37 |
<span class="linkdescr">frequently asked questions</span> |
|
38 |
</p> |
|
39 |
<p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/> |
|
40 |
<span class="linkdescr">help with terminology</span> |
|
41 |
</p> |
|
42 |
</td><td width="50%"> |
|
4619.1.1
by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide |
43 |
<p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
44 |
<span class="linkdescr">for refugees of other tools</span> |
45 |
</p> |
|
4619.1.1
by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide |
46 |
<p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/> |
47 |
<span class="linkdescr">help on popular plugins</span> |
|
4557.3.1
by Ian Clatworthy
Core website & navigation working |
48 |
</p> |
49 |
</td></tr> |
|
50 |
</table> |
|
51 |
||
4634.39.16
by Ian Clatworthy
minor cleanups |
52 |
<p>Keen to help? See the <a href="http://doc.bazaar-vcs.org/developers/">Developer Docs</a> |
4619.1.1
by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide |
53 |
for policies and tools on contributing code, tests and documentation.</p> |
4557.3.1
by Ian Clatworthy
Core website & navigation working |
54 |
|
55 |
{% endblock %} |