Releases: daizutabi/mkapi
Releases · daizutabi/mkapi
Version 1.0.12
Version 1.0.11
- Fixed
- TypeError in
<metaclass>.mro()
(#19).
- TypeError in
Version 1.0.10
- Added
- Global filters and page filters.
- Fixed
- Delete prefix in nav menu for heading mode.
Version 1.0.9
- Added
- Abstract prefix for abstract class and method.
- Changed
- "readonly_property" -> "readonly property" and "readwrite_property" -> "readwrite property".
- Fixed
- Detect classmethods on abstract base class (#18)
Version 1.0.8
Version 1.0.7
- Changed
- Top level object style.
- Hide
function
prefix bydisplay: none;
in CSS.
Version 1.0.6
- Changed
- Object type style: Bold upper case -> italic lower case, as in the readthedocs.
- Hide
method
prefix bydisplay: none;
in CSS.
- Fixed
type: description
style docstring is interpreted as a pair of return type and description only if the object is a property (#17).
Version 1.0.5
-
Changed
-
Fixed
Version 1.0.4
- BugFix: Include decorated functions if decorator uses
functools.wraps()
. all
filter for package or module to display all of the members and add links to them.- Add link from table of contents to source.
Version 1.0.3
- BugFix: Include functions decorated by Pytest (#14).
- Add link from property documentation to source code vice versa.
- reStructuredText type link like
Object_
. - Support of string type annotation like
ForwardRef
.