diff --git a/docs/hoverxref.rst b/docs/hoverxref_file.rst similarity index 75% rename from docs/hoverxref.rst rename to docs/hoverxref_file.rst index 2df34a06..2ae21949 100644 --- a/docs/hoverxref.rst +++ b/docs/hoverxref_file.rst @@ -1,8 +1,8 @@ :orphan: -=========== - hoverxref -=========== +=================== + hoverxref_section +=================== Hi from another completely different page! diff --git a/docs/index.rst b/docs/index.rst index 0688a87b..e5eede74 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,11 +19,11 @@ We currently support two different types of floating windows: Tooltip and Modal. .. code-block:: rst - This will :hoverxref:`show a floating window ` in the linked words. + This will :hoverxref:`show a floating window ` in the linked words. it will be rendered to: - This will :hoverxref:`show a floating window ` in the linked words. + This will :hoverxref:`show a floating window ` in the linked words. .. note:: @@ -36,11 +36,11 @@ We currently support two different types of floating windows: Tooltip and Modal. .. code-block:: rst - This will :hoverxreftooltip:`show a tooltip ` in the linked words. + This will :hoverxreftooltip:`show a tooltip ` in the linked words. it will be rendered to: - This will :hoverxreftooltip:`show a tooltip ` in the linked words. + This will :hoverxreftooltip:`show a tooltip ` in the linked words. .. tab:: Modal style @@ -49,11 +49,11 @@ We currently support two different types of floating windows: Tooltip and Modal. .. code-block:: rst - This will :hoverxrefmodal:`show a modal ` in the linked words. + This will :hoverxrefmodal:`show a modal ` in the linked words. it will be rendered to: - This will :hoverxrefmodal:`show a modal ` in the linked words. + This will :hoverxrefmodal:`show a modal ` in the linked words. .. tip::