author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 03 Jul 2012 13:23:02 +0300 | |
changeset 1322 | fd6361e16489 |
parent 1247 | cc97907e3123 |
child 1334 | 9bf0d5a1f0cf |
permissions | -rw-r--r-- |
1247 | 1 |
|
2 |
================ |
|
3 |
gavenkoa tips. |
|
4 |
================ |
|
5 |
.. contents:: |
|
6 |
||
7 |
About. |
|
8 |
====== |
|
9 |
||
10 |
Make HTML version. |
|
11 |
================== |
|
12 |
||
13 |
Install docutils package:: |
|
14 |
||
15 |
$ sudo apt-get install docutils-common # for Debian |
|
16 |
||
17 |
and build:: |
|
18 |
||
19 |
$ make html |
|
20 |
$ sensible-browser tips-html/index.html |
|
21 |
||
22 |