Project

General

Profile

Actions

Documentation project » History » Revision 11

« Previous | Revision 11/42 (diff) | Next »
Tom Clegg, 04/10/2013 10:30 PM


Documentation

The documentation project is a part of the overall Arvados effort.

Guides

There are three guides that will be developed to support the use of Arvados:

  • User Guide - All of the information for anyone developing analysis or web applications using Arvados.
  • Administration Guide - Instructions on how to administer and Arvados cluster for system administrators.
  • Installation Guide - How to install and configure Arvados to run in different cloud environments.

Documentation Project

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.

Contributing

Bugs in the documentation can be submitted as issues.

To contribute to the documentation, clone the Arvados source repository, edit, and send pull requests just as you would when contributing program source code (see Contributing to the Project).

We do not yet maintain a separate documentation mailing list, so we encourage documentation contributors to join the main developer mailing list.

References for contributors:

Contributor quick-start:

git clone git://github.com/clinicalfuture.com/arvados.git
cd arvados/doc
jekyll --server --auto

# point browser to http://localhost:4000/doc/

vi api/index.md

Updated by Tom Clegg about 11 years ago · 11 revisions