mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
api docs (#2240)
* api docs * more docstrings * logs * docs shakeup * fix notes, added intro to all apis * Remove defaults to * add note to events * note * use fira code
This commit is contained in:
5
docs/_templates/python/material/_base/docstring/admonition.html
vendored
Normal file
5
docs/_templates/python/material/_base/docstring/admonition.html
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ log.debug("Rendering admonition") }}
|
||||
<details class="{{ section.value.kind }}" open>
|
||||
<summary>{{ section.title|convert_markdown(heading_level, html_id, strip_paragraph=True) }}</summary>
|
||||
{{ section.value.contents|convert_markdown(heading_level, html_id) }}
|
||||
</details>
|
||||
Reference in New Issue
Block a user