sapling/newdoc
Jun Wu b6464a5f78 cliparser: remove FlagDefinition
Summary:
`Flag` and `FlagDefinition` serve similar purposes.
Keep `Flag` and drop `FlagDefinition`.

Reviewed By: farnz

Differential Revision: D16700315

fbshipit-source-id: 1b7d1afb1bde01b9781f9d1295a1494053471062
2019-08-08 22:54:05 -07:00
..
dev cliparser: remove FlagDefinition 2019-08-08 22:54:05 -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