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 6bd00e1 commit a1ccfd7Copy full SHA for a1ccfd7
pdoc/templates/html.mako
@@ -434,7 +434,7 @@
434
435
<footer id="footer">
436
<%include file="credits.mako"/>
437
- <p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> ${pdoc.__version__}</a>.</p>
+ <p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> ${pdoc.__version__}</a>.</p>
438
</footer>
439
440
% if http_server and module: ## Auto-reload on file change in dev mode
0 commit comments