Skip to content

Commit 1840e23

Browse files
committed
Fix a few small things
1 parent b3d9578 commit 1840e23

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/guides/embedding-content.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This guide will show you some of our favorite integrations:
1111
.. contents::
1212
:local:
1313

14-
1514
Contextualized tooltips on documentation pages
1615
----------------------------------------------
1716

@@ -29,21 +28,20 @@ you can install in your project with minimal configuration.
2928
Here is an example showing a tooltip when you hover with the mouse a reference:
3029

3130
.. figure:: /_static/images/guides/sphinx-hoverxref-example.png
32-
:width: 60%
31+
:width: 80%
3332

3433
Tooltip shown when hovering on a reference using ``sphinx-hoverxref``.
3534

3635
You can find more information about this extension, how to install and configure it in the `hoverxref documentation`_.
3736

3837
.. _hoverxref documentation: https://sphinx-hoverxref.readthedocs.io/
3938

40-
4139
Inline help on application website
4240
----------------------------------
4341

4442
This allows us to keep the official documentation as the single source of truth,
4543
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
4745
page and be sure it will be always up to date.
4846

4947
.. note::

0 commit comments

Comments
 (0)