diff --git a/pw_async2/guides.rst b/pw_async2/guides.rst index 7d20f808c..e3213aa54 100644 --- a/pw_async2/guides.rst +++ b/pw_async2/guides.rst @@ -157,3 +157,9 @@ can be tested with simulated time using :cpp:class:`pw::async2::SimulatedTimeProvider`. Doing so helps avoid timing-dependent test flakes and helps ensure that tests are fast since they don't need to wait for real-world time to elapse. + +.. _module-pw_async2-guides-faqs: + +--------------------------------- +Frequently asked questions (FAQs) +--------------------------------- diff --git a/pw_channel/BUILD.gn b/pw_channel/BUILD.gn index 225e2f398..7391286b0 100644 --- a/pw_channel/BUILD.gn +++ b/pw_channel/BUILD.gn @@ -162,6 +162,7 @@ pw_doc_group("docs") { sources = [ "design.rst", "docs.rst", + "guides.rst", "reference.rst", ] } diff --git a/pw_channel/docs.rst b/pw_channel/docs.rst index a6699bd56..bd9dcbd04 100644 --- a/pw_channel/docs.rst +++ b/pw_channel/docs.rst @@ -54,5 +54,6 @@ flow control, backpressure, composability, and more. .. toctree:: :hidden: + guides design reference diff --git a/pw_channel/guides.rst b/pw_channel/guides.rst new file mode 100644 index 000000000..82ac44794 --- /dev/null +++ b/pw_channel/guides.rst @@ -0,0 +1,13 @@ +.. _module-pw_channel-quickstart-guides: + +=================== +Quickstart & guides +=================== +.. pigweed-module-subpage:: + :name: pw_channel + +.. _module-pw_channel-guides-faqs: + +--------------------------------- +Frequently asked questions (FAQs) +---------------------------------