From: Kiefer Chang Date: Wed, 7 Aug 2019 03:19:13 +0000 (+0800) Subject: mgr/dashboard: fix HACKING.rst is not rendered on github X-Git-Tag: v15.1.0~1949^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29521%2Fhead;p=ceph.git mgr/dashboard: fix HACKING.rst is not rendered on github The file is not rendered because of inconsistent section markers. Signed-off-by: Kiefer Chang --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 7316fb328f3..a6fc0c54c2c 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -185,7 +185,7 @@ Writing End-to-End Tests ~~~~~~~~~~~~~~~~~~~~~~~~ The PagerHelper class -^^^^^^^^^^^^^^^^^^^^^ +..................... The ``PageHelper`` class is supposed to be used for general purpose code that can be used on various pages or suites. Examples are @@ -197,7 +197,7 @@ method implemented in a subclass of PageHelper is called on the correct page. It will also show a developer-friendly warning if this is not the case. Subclasses of PageHelper -^^^^^^^^^^^^^^^^^^^^^^^^ +........................ Helper Methods """""""""""""" @@ -254,7 +254,7 @@ PageHelpers available to all suites. }); Code Style -^^^^^^^^^^ +.......... Please refer to the official `Protractor style-guide `__ for a better insight on how