Releases: daizutabi/mkapi
Releases · daizutabi/mkapi
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
.
Version 1.0.2
- BugFix: Correct parameter names for
*args
and**kwargs
. - Add
title
attribute to [DOCS] and [SOURCE] link to display the object id.