~bzr-pqm/bzr/bzr.dev

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>
4873.1.1 by Ian Clatworthy
Admin Guide - basic structure
29
      <p class="biglink"><a class="biglink" href="{{ pathto("admin-guide/index") }}">System Admin Guide</a><br/>
30
      <span class="linkdescr">security, backups, etc.</span>
31
      </p>
4634.38.2 by Ian Clatworthy
Improvements to html in preparation for better chm
32
    </td></tr>
33
  </table>
34
35
  <h2>Related links</h2>
36
37
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
38
    <td width="50%">
4928.2.1 by Martin Pool
Better link to FAQs on Launchpad
39
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr/+faqs">FAQ</a><br/>
4634.38.2 by Ian Clatworthy
Improvements to html in preparation for better chm
40
      <span class="linkdescr">frequently asked questions</span>
41
      </p>
42
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
43
      <span class="linkdescr">help with terminology</span>
44
      </p>
4941.1.1 by Martin Pool
Fix link to developer docs in Sphinx catalog
45
      <p class="biglink"><a class="biglink" href="../developers/">Developer Docs</a><br/>
4928.2.2 by Martin Pool
Put link to developer docs within the overall doc index table
46
        <span class="linkdescr">improving and extending bzr</span>
47
      </p>
48
    </td>
49
    <td width="50%">
4619.1.1 by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide
50
      <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
51
      <span class="linkdescr">for refugees of other tools</span>
52
      </p>
4619.1.1 by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide
53
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
54
      <span class="linkdescr">help on popular plugins</span>
4557.3.1 by Ian Clatworthy
Core website & navigation working
55
      </p>
56
    </td></tr>
57
  </table>
58
59
{% endblock %}