File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ This guide will show you some of our favorite integrations:
11
11
.. contents ::
12
12
:local:
13
13
14
-
15
14
Contextualized tooltips on documentation pages
16
15
----------------------------------------------
17
16
@@ -29,21 +28,20 @@ you can install in your project with minimal configuration.
29
28
Here is an example showing a tooltip when you hover with the mouse a reference:
30
29
31
30
.. figure :: /_static/images/guides/sphinx-hoverxref-example.png
32
- :width: 60 %
31
+ :width: 80 %
33
32
34
33
Tooltip shown when hovering on a reference using ``sphinx-hoverxref ``.
35
34
36
35
You can find more information about this extension, how to install and configure it in the `hoverxref documentation `_.
37
36
38
37
.. _hoverxref documentation : https://sphinx-hoverxref.readthedocs.io/
39
38
40
-
41
39
Inline help on application website
42
40
----------------------------------
43
41
44
42
This allows us to keep the official documentation as the single source of truth,
45
43
while having great inline help in our application website as well.
46
- On the "Automation Rules" admin page we could embed the content of our :doc: `automation-rules ` documentation
44
+ On the "Automation Rules" admin page we could embed the content of our :doc: `/ automation-rules ` documentation
47
45
page and be sure it will be always up to date.
48
46
49
47
.. note ::
You can’t perform that action at this time.
0 commit comments