mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 17:57:55 -05:00
* clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs * clean up SLAM docs
24 lines
520 B
CSS
24 lines
520 B
CSS
/*
|
|
* Necessary parts from
|
|
* Sphinx stylesheet -- basic theme
|
|
* absent from sphinx_rtd_theme
|
|
* (see https://github.com/readthedocs/sphinx_rtd_theme/issues/301)
|
|
* Ref https://github.com/PyAbel/PyAbel/commit/7e4dee81eac3f0a6955a85a4a42cf04a4e0d995c
|
|
*/
|
|
|
|
/* -- math display ---------------------------------------------------------- */
|
|
|
|
span.eqno {
|
|
float: right;
|
|
}
|
|
|
|
span.eqno a.headerlink {
|
|
position: absolute;
|
|
z-index: 1;
|
|
visibility: hidden;
|
|
}
|
|
|
|
div.math:hover a.headerlink {
|
|
visibility: visible;
|
|
}
|