third_party.pigweed.src/targets/docs/target_docs.rst
Armando Montanez 3f3546ebd5 pw_watch: Update syntax for pw_watch
Updates syntax for using pw_watch in a few other locations.

Change-Id: I599fc3cb552c75e9f546447556fb756633093391
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/13804
Reviewed-by: Ewout van Bekkum <ewout@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Armando Montanez <amontanez@google.com>
2020-07-13 22:28:43 +00:00

27 lines
478 B
ReStructuredText

.. _chapter-docs:
.. default-domain:: cpp
.. highlight:: sh
----
docs
----
The Pigweed docs target assembles Pigweed's reStructuredText and markdown
documentation into a collection of HTML pages.
Building
========
To build for this target, invoke ninja with the top-level "docs" group as the
target to build.
.. code:: sh
$ gn gen out
$ ninja -C out docs
Output
======
Final HTML documentation will be placed in the ``out/docs/gen/docs/html``
directory of the build.