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 c606654 commit b7f7f6aCopy full SHA for b7f7f6a
pdoc/templates/html.mako
@@ -63,10 +63,10 @@
63
% endif
64
</p>
65
66
- <div class="desc${inherits}">${docstring | to_html}</div>
67
% if not isinstance(d, pdoc.Module):
68
${show_source(d)}
69
+ <div class="desc${inherits}">${docstring | to_html}</div>
70
</%def>
71
72
<%def name="show_module_list(modules)">
@@ -136,7 +136,6 @@
136
137
<section id="section-intro">
138
${module.docstring | to_html}
139
- ${show_source(module)}
140
</section>
141
142
<section>
0 commit comments