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 19f3c54 commit fb371aeCopy full SHA for fb371ae
CHANGELOG
@@ -1,3 +1,21 @@
1
+0.5.2
2
+=====
3
+ - Add `__main__.py` so users can invoke `python -m pdoc`.
4
+ - Fix: List builtin class method descriptors
5
+ - Google docstring format fixes:
6
+ - Support for 2-space indents.
7
+ - Recognize sections even when not preceded by an empty line.
8
+ - Recognize additional characters (`,=[]`) in type specifications.
9
+ - HTML template fixes:
10
+ - Fixed some CSS typos.
11
+ - Re-styled View Source button in HTML template.
12
+ - Two-column TOC reference lists only when all names are short.
13
+ - TOC links for some class no longer lead to its ancestor class.
14
+
15
+0.5.1
16
17
+ - Markdown >= 3.0.0 requirement.
18
19
0.5.0
20
=====
21
- Relicensed as AGPL-3.0.
0 commit comments