You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change color when hovering over code-formatted text (#2007)
I decided to assume that #2006 was in fact a bug, so here's a fix. If
it's *not* a bug, we can easily alter this PR to keep the test and
discard the CSS change.
also includes a small tweak to the existing "breadcrumbs-everywhere"
test: ~~putting much less in the `try` block so that it might actually
fail in cases where we would want it to fail.~~ *being more explicit
about what we expect to sometimes fail, by moving some code out of the
`try` block and into an `else` block*
closes#2006
Some text with a `text link <https://pydata.org>`__.
5
+
6
+
Heading 1
7
+
---------
8
+
9
+
Some text with a :ref:`cross reference link <a-cross-reference>`
10
+
11
+
Heading 2
12
+
~~~~~~~~~
13
+
14
+
Some text with ``inline code``.
15
+
16
+
17
+
.. _a-cross-reference:
18
+
19
+
Heading 3
20
+
`````````
21
+
22
+
Some text with a |code link|_.
23
+
24
+
25
+
.. the below replacement is included to emulate what intersphinx / autodoc / numpydoc generate (links on text formatted as code), which (sadly) can't be done using nesting of standard rST markup.
0 commit comments