Fix table identation in docs#7710
Conversation
Remove htmlonly directive which breaks table identation.
|
Tentative 👍 It seems likely that the line below would not render correctly in the latex/pdf version of the docs (At least when originally added). Before merging this we should probably verify that the docs still build with latex |
|
Closes #7300 |
Current coverage is 62.07% (diff: 100%)@@ master #7710 diff @@
==========================================
Files 174 174
Lines 56022 56022
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 34775 34775
Misses 21247 21247
Partials 0 0
|
|
Unfortunately, |
|
latex does provide \textcircled (it warns "invalid in math mode" but still works, in local tests...) I would suggest supporting \textcircled in mathtext and deprecating \mathcircled? No point in reinventing our own dialect of latex... |
|
Hi @akarilimano |
|
@NelleV, sorry, I'm not sure what I can do here. Any tips? Change to \textcircled everywhere? |
|
Closing as there is not much we can do without overhauling Sorry @akarilimano 😞 Hopefully we will hear from you again! |
Remove htmlonly directive which breaks table identation as described at #7300
'htmlonly' directive is used only in 17 files in matplotlib docs. As every other usage preceeds some additional information like release date, I belive this to be some sort of typo. But I am not completely sure.