aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2020-01-23 14:44:50 +0100
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2020-01-23 14:50:01 +0100
commit8bfff085df88311c0c4d84e243c11365b68b38cf (patch)
tree8d1aef395cf4d1c768d292ff74a3fab1dc774fc8
parent89b90b09a0eeedfe0afde5c688cd9831db486a56 (diff)
downloadcros-ec-tests-8bfff085df88311c0c4d84e243c11365b68b38cf.tar.gz
docs: Fix Title underline too short warnings
When we renamed the test suite we introduced some warnings when generating the documentations. Fix those warning by aligning the title underline with the title. docs/source/install.rst:15: WARNING: Title underline too short. docs/source/install.rst:22: WARNING: Title underline too short. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
-rw-r--r--docs/source/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 2d7b869..1725f88 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -12,14 +12,14 @@ Requirements
- `unittest2 <https://docs.python.org/3/library/unittest.html>`_ 1.1.0 or later
Installing ``cros-ec-tests``
-========================
+============================
To install ``cros-ec-tests`` with `pip <https://pip.pypa.io>`_, run::
pip install git+https://gitlab.collabora.com/chromiumos/cros-ec-tests.git
Testing an Installed ``cros-ec-tests``
-----------------------------------
+--------------------------------------
The easiest way to test if your installed version of ``cros-ec-tests`` is running
correctly is to use one of the runner function::