Further tweaks and fixes

This commit is contained in:
Patrick Robertson
2025-02-11 14:37:29 +00:00
parent 29901da601
commit 62154ddfef
10 changed files with 30 additions and 747 deletions

View File

@@ -32,3 +32,15 @@ Util Functions
{% endfor %}
Core Modules
------------
.. toctree::
:titlesonly:
{% for page in pages|selectattr("is_top_level_object") %}
{% if page.name != 'core' and page.name != 'utils' %}
{{ page.include_path }}
{% endif %}
{% endfor %}