Documentation project » History » Version 12
Anonymous, 04/11/2013 01:30 AM
1 | 1 | Anonymous | h1. Documentation |
---|---|---|---|
2 | |||
3 | 5 | Ward Vandewege | The documentation project is a part of the overall Arvados effort. |
4 | 1 | Anonymous | |
5 | h2. Guides |
||
6 | |||
7 | 12 | Anonymous | There are four guides that are being developed to support the use of Arvados: |
8 | 1 | Anonymous | |
9 | 10 | Ward Vandewege | * "User Guide":http://doc.arvados.org/user/ - All of the information for anyone developing analysis or web applications using Arvados. |
10 | 1 | Anonymous | |
11 | 12 | Anonymous | * "API Refernce"http://doc.arvados.org/api/ - A complete reference for the Arvados APIs. |
12 | 1 | Anonymous | |
13 | 12 | Anonymous | * "Administration Guide":http://doc.arvados.org/admin/ - Instructions on how to administer an Arvados cluster for system. |
14 | |||
15 | 10 | Ward Vandewege | * "Installation Guide":http://doc.arvados.org/install/ - How to install and configure Arvados to run in different cloud environments. |
16 | 1 | Anonymous | |
17 | 6 | Tom Clegg | h2. Documentation Project |
18 | 1 | Anonymous | |
19 | 7 | Tom Clegg | The Arvados documentation is written in Markdown, Textile, and HTML. The source code is in the @doc@ directory in the Arvados source tree. We use Jekyll to render HTML pages. |
20 | 1 | Anonymous | |
21 | 7 | Tom Clegg | h2. Contributing |
22 | 1 | Anonymous | |
23 | 7 | Tom Clegg | Bugs in the documentation can be submitted as "issues":/projects/arvados/issues. |
24 | 6 | Tom Clegg | |
25 | 12 | Anonymous | To contribute to the documentation, clone the Arvados source repository, edit, and send pull requests just as you would when contributing program source code. |
26 | 6 | Tom Clegg | |
27 | We do not yet maintain a separate documentation mailing list, so we encourage documentation contributors to join the main developer mailing list. |
||
28 | |||
29 | References for contributors: |
||
30 | |||
31 | * "Markdown syntax":http://daringfireball.net/projects/markdown/syntax |
||
32 | 9 | Ward Vandewege | * "Textile syntax":http://en.wikipedia.org/wiki/Textile_(markup_language) |
33 | 8 | Tom Clegg | * "Jekyll usage":https://github.com/mojombo/jekyll/wiki/Usage (Note: Jekyll 0.12.1 auto-refresh "bug":https://github.com/mojombo/jekyll/issues/882 and "workaround":http://stackoverflow.com/questions/15591000/jekylls-auto-doesnt-work for devs.) |
34 | 6 | Tom Clegg | * "Liquid for designers":https://github.com/shopify/liquid/wiki/liquid-for-designers (template engine) |
35 | 11 | Tom Clegg | |
36 | Contributor quick-start: |
||
37 | |||
38 | <pre> |
||
39 | git clone git://github.com/clinicalfuture.com/arvados.git |
||
40 | cd arvados/doc |
||
41 | jekyll --server --auto |
||
42 | |||
43 | # point browser to http://localhost:4000/doc/ |
||
44 | |||
45 | vi api/index.md |
||
46 | </pre> |