From: Tatjana Dehler Date: Tue, 2 Jul 2019 14:48:18 +0000 (+0200) Subject: mgr/dashboard: fix document rendering X-Git-Tag: v15.1.0~2316^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28841%2Fhead;p=ceph.git mgr/dashboard: fix document rendering Fixes: https://tracker.ceph.com/issues/40523 Signed-off-by: Tatjana Dehler --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 8395ef3199e..685c22a46a2 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -185,7 +185,7 @@ Note:: `protractor.conf.js` to point to the appropriate destination. Making code reuseable -""""""""""""""""""""" +~~~~~~~~~~~~~~~~~~~~~ In order to make some code reuseable, you just need to put it in a derived class of the ``PageHelper``. If you create a new class derived from the