~curtin-dev/curtin/trunk

« back to all changes in this revision

Viewing changes to doc/index.rst

  • Committer: Scott Moser
  • Date: 2017-12-20 17:33:03 UTC
  • Revision ID: smoser@ubuntu.com-20171220173303-29gha5qb8wpqrd40
README: Mention move of revision control to git.

curtin development has moved its revision control to git.
It is available at
  https://code.launchpad.net/curtin

Clone with
  git clone https://git.launchpad.net/curtin
or
  git clone git+ssh://git.launchpad.net/curtin

For more information see
  http://curtin.readthedocs.io/en/latest/topics/development.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. curtin documentation master file, created by
2
 
   sphinx-quickstart on Thu May 30 16:03:34 2013.
3
 
   You can adapt this file completely to your liking, but it should at least
4
 
   contain the root `toctree` directive.
5
 
 
6
 
Welcome to curtin's documentation!
7
 
==================================
8
 
This is 'curtin', the curt installer.  It is blunt, brief, snappish, snippety and unceremonious.  Its goal is to install an operating system as quick as possible.
9
 
 
10
 
Contents:
11
 
 
12
 
.. toctree::
13
 
   :maxdepth: 2
14
 
 
15
 
   topics/overview
16
 
   topics/config
17
 
   topics/apt_source
18
 
   topics/networking
19
 
   topics/storage
20
 
   topics/curthooks
21
 
   topics/reporting
22
 
   topics/development
23
 
   topics/integration-testing
24
 
 
25
 
 
26
 
 
27
 
Indices and tables
28
 
==================
29
 
 
30
 
* :ref:`genindex`
31
 
* :ref:`modindex`
32
 
* :ref:`search`
33