sapling/newdoc
Jun Wu ceb7a0c98a doc: update WritingNativeCommands
Summary:
Update the doc to match the latest code.

I put an example at the top. I guess most people aren't interesting in the
implementaion details. With the latest `define_flags!` macro, not knowing
the details does not block people from writing commands.

Tailing spaces are removed.

Reviewed By: sfilipco

Differential Revision: D16733268

fbshipit-source-id: 13c965b7471dd3bc131c20261601f4850c1036c1
2019-08-28 19:26:28 -07:00
..
dev doc: update WritingNativeCommands 2019-08-28 19:26:28 -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