We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bad329 commit 82c9993Copy full SHA for 82c9993
templates/docusaurus/frame.html.jinja2
@@ -5,5 +5,3 @@ custom_edit_url: null
5
---
6
7
{% block content %}{% endblock %}
8
-
9
templates/docusaurus/module.html.jinja2
@@ -1,11 +1,7 @@
1
{% extends "frame.html.jinja2" %}
2
3
{% block content %}
4
-{% if module.name == 'fishjam' %}
-# fishjam
-{% else %}
-# fishjam.{{ module.name }}
-{% endif %}
+# {{ module.fullname }}
10
{% block module_info %}
11
{% if module.docstring and ".. include::" not in module.docstring %}
0 commit comments