- Handle parsing empty line (#23). Thanks to tony.
- Typo (#24). Thanks to tony.
- Add a slash at the end of URL (#25).
- TypeError in
<metaclass>.mro()
(#19).
- Global filters and page filters.
- Delete prefix in nav menu for heading mode.
- Abstract prefix for abstract class and method.
- readonly_property -> readonly property and readwrite_property -> readwrite property.
- Detect classmethods on abstract base class (#18).
- Top level object style.
- Hide
function
prefix bydisplay: none;
in CSS.
- Object type style: Bold upper case -> italic lower case, as in the readthedocs.
- Hide
method
prefix bydisplay: none;
in CSS.
type: description
style docstring is interpreted as a pair of return type and description only if the object is a property (#17).
- Attribute inspection from docstring.
- Display base class in non-strict mode.
- Catch
NameError
in resolvingtyping.ForwardRef
(#14). - Delete unrelated members in a decorated function.
- Inspect type of decorated functions correctly.
- Skip multiple assignments per line during attribute inspection (#15).
all
filter for package or module to display all of the members and add links to them.- Link from table of contents to source.
- Include decorated functions if decorator uses
functools.wraps()
.
- Link from property to source vice versa.
- reStructuredText type link like
Object_
. - Support of string type annotation like
ForwardRef
.
- Include functions decorated by Pytest (#14).
- Correct parameter names for
*args
and**kwargs
.
title
attribute to [DOCS] and [SOURCE] link to display the object id.hasattr
for_ast.Str
because Python 3.8 does not provide the attribute.