Merge "2.13: Cleanup duplicate paragraph"
[lttng-docs.git] / README.adoc
CommitLineData
f0287ae1
PP
1The LTTng Documentation: Source
2===============================
3
4This is the official repository of the
5http://lttng.org/docs[online LTTng Documentation's] source.
6
7
8== Generate
9
10You can generate your own version of the LTTng Documentation by running:
11
12----
13make
14----
15
16The generated HTML file is named
17+__VERSION__/lttng-docs-__VERSION__.html+, where +__VERSION__+ is the
18version of the LTTng project documented by this file.
19
20You can also make a specific version:
21
22----
23make 2.7
24----
25
26NOTE: The SVG animations rendered on the LTTng website are not
27available in the generated version.
28
29You need the following tools to generate the LTTng Documentation:
30
31* http://www.methods.co.nz/asciidoc/[AsciiDoc] >= 8.6.5
32* http://pygments.org/[Pygments] and the `pygmentize` command
33
34
35== Contribute
36
37To contribute:
38
39. Fork this repo.
40. Make your change, following the link:CONTRIBUTING.adoc[contributor's guide].
41. Create a pull request.
42
43Thanks for your contributions and fixes!
This page took 0.02435 seconds and 4 git commands to generate.