summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid B. Kinder <david.b.kinder@intel.com>2017-01-30 14:54:22 -0800
committerDavid B. Kinder <david.b.kinder@intel.com>2017-01-30 14:54:22 -0800
commitf3bc4c018d03368810b844c3cc64f15543e50f0a (patch)
treeebffff1e6f954ea35e8d741e70957da9aabc367e
parent8436c0a9672d2f8a4560af63794742fead3787db (diff)
doc: fix .rst headings in new sample docs
Change-Id: I14230acb0fff64936c890478d5bf9bb81dcf9985 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
-rw-r--r--samples/net/coaps_client/README.rst6
-rw-r--r--samples/net/coaps_server/README.rst6
-rw-r--r--samples/net/zoap_client/README.rst2
3 files changed, 7 insertions, 7 deletions
diff --git a/samples/net/coaps_client/README.rst b/samples/net/coaps_client/README.rst
index bdc1696cd..53ab672ed 100644
--- a/samples/net/coaps_client/README.rst
+++ b/samples/net/coaps_client/README.rst
@@ -2,11 +2,11 @@ CoAP over DTLS sample client
############################
Overview
-========
+********
This sample code shows a CoAP over DTLS client using mbedTLS on top of Zephyr.
Building and Running
-====================
+********************
Follow the steps for testing :ref:`networking with Qemu <networking_with_qemu>`.
@@ -48,6 +48,6 @@ If the server does not receive the messages, restart the app and try to connect
the client again.
References
-==========
+**********
* https://wiki.zephyrproject.org/view/Networking-with-Qemu
diff --git a/samples/net/coaps_server/README.rst b/samples/net/coaps_server/README.rst
index 23fa2a2d6..74dcae247 100644
--- a/samples/net/coaps_server/README.rst
+++ b/samples/net/coaps_server/README.rst
@@ -2,11 +2,11 @@ CoAP over DTLS sample server
############################
Overview
-========
+********
This sample code shows a CoAP over DTLS server using mbedTLS on top of Zephyr.
Building and Running
-====================
+********************
Follow the steps for testing :ref:`networking with Qemu <networking_with_qemu>`.
@@ -69,7 +69,7 @@ If the server does not receive the messages, restart the app and try to connect
the client again.
References
-==========
+**********
* https://wiki.zephyrproject.org/view/Networking-with-Qemu
* https://tls.mbed.org/
diff --git a/samples/net/zoap_client/README.rst b/samples/net/zoap_client/README.rst
index 02f2fee50..9a9083fe4 100644
--- a/samples/net/zoap_client/README.rst
+++ b/samples/net/zoap_client/README.rst
@@ -32,7 +32,7 @@ It can be built and executed on QEMU as follows:
make run
Sample output
--------------
+=============
.. code-block:: console