sapling/newdoc
Jun Wu 55fbb96e31 doc: add QuickStart
Summary: Briefly introduce how to build, test, the directory layout, and coding style.

Reviewed By: markbt, phillco

Differential Revision: D10287048

fbshipit-source-id: b4875c0f1af91b605e328af957d0a357db07b71c
2018-10-24 18:59:14 -07:00
..
dev doc: add QuickStart 2018-10-24 18:59:14 -07:00
README doc: add Markdown support 2018-10-22 16:46:44 -07:00

This directory contains documentation. They are Sphinx [1] projects.

- dev: Developer-facing documents.

To build them, install Sphinx and python-commonmark, then run `make html` from
the project directory.  The output can be found at `build/html/index.html`.

[1]: https://www.sphinx-doc.org