Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables defined using table directive gets visible permalink on table title #437

Closed
pgerell opened this issue Jun 29, 2017 · 0 comments
Closed

Comments

@pgerell
Copy link

pgerell commented Jun 29, 2017

When using the table directive with a table title, the headerlink character is always visible.
For normal headers the symbol is only visible when hovering with the mouse pointer.

Escape sequences
----------------

.. table:: Escape sequences
   :widths: auto

   ================ ==============
   Escape sequence  Value
   ================ ==============
   \\n              new-line
   \\t              tab
   \\v              vertical tab
   \\b              backspace
   \\r              carriage return
   \\f              form feed
   \\a              alert
   \\\ \\           backslash
   \\?              question mark
   \\'              single quote
   \\"              double quote
   \\0              null character
   \\ooo            octal
   \\xhhh           hexadecimal
   ================ ==============

image

mitya57 added a commit to mitya57/sphinx_rtd_theme that referenced this issue Aug 20, 2017
mitya57 added a commit to mitya57/sphinx_rtd_theme that referenced this issue Sep 29, 2017
mitya57 added a commit to mitya57/sphinx_rtd_theme that referenced this issue Nov 10, 2017
mitya57 added a commit to mitya57/sphinx_rtd_theme that referenced this issue Dec 13, 2017
Blendify pushed a commit that referenced this issue Dec 16, 2017
* Style headerlinks for table captions properly

Fixes #437

* Make .headerlink code work with center-aligned elements

* Lowered font size for table headerlink as requested in the review
billsacks pushed a commit to ESMCI/sphinx_rtd_theme that referenced this issue Mar 30, 2020
* Style headerlinks for table captions properly

Fixes readthedocs#437

* Make .headerlink code work with center-aligned elements

* Lowered font size for table headerlink as requested in the review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant