/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.2
doc/templates/function.rst
17 строк
433 B
Guillaume Lemaitre
FIX workaround sphinx limitation with rst_prolog (#26680)
29 июн 2023, 21:12
29 июн 2023, 21:12
8414d62
Код
Авторство
О чём код?
.. The empty line below should not be removed. It is added such that the `rst_prolog` is added before the :mod: directive. Otherwise, the rendering will show as a paragraph instead of a header. :mod:`{{module}}`.{{objname}} {{ underline }}==================== .. currentmodule:: {{ module }} .. autofunction:: {{ objname }} .. include:: {{module}}.{{objname}}.examples .. raw:: html <div class="clearer"></div>