Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
run_gen_doc
Browse files
May 22, 2021
fixed bug when there is simple variable assignment in __init__ method
· 9c43d0b4
MT
authored
May 22, 2021
View commits for tag 1.3.1
1.3.1
9c43d0b4
Jan 26, 2021
fixed absolute size padding in global var docstrings (relative size now)
· 1891e959
MT
authored
Jan 26, 2021
View commits for tag 1.3
1.3
1891e959
made CSS design scalable, coupled to width of viewport
· 7a9453fe
MT
authored
Jan 26, 2021
7a9453fe
Jan 25, 2021
fixed small typo in docstring
· d2c586b2
MT
authored
Jan 25, 2021
d2c586b2
fixed broken links in README
· 97c97bd8
MT
authored
Jan 25, 2021
97c97bd8
update of documentation
· b42b3b63
MT
authored
Jan 25, 2021
b42b3b63
Jan 24, 2021
intelligent newline feature finally works satisfactory
· 27c79428
MT
authored
Jan 24, 2021
View commits for tag 1.2
1.2
27c79428
Jan 21, 2021
plan for HTML structure and CSS styling of parsed docstrings
· 5f8c1e0c
MT
authored
Jan 21, 2021
5f8c1e0c
Jan 17, 2021
small style update in docs
· 92dcb128
MT
authored
Jan 17, 2021
92dcb128
restructuring of docs
· 73782828
MT
authored
Jan 17, 2021
73782828
several bugfixes of docstring parser and error printing stuff
· 5d1f919a
MT
authored
Jan 17, 2021
5d1f919a
Jan 03, 2021
bugfix using Python >=3.8 where attribute docstrings were't captured
· fe4725a8
MT
authored
Jan 03, 2021
fe4725a8
fixed some bugs in 3.8 regarding different AST encoding
· b9cc90db
MT
authored
Jan 03, 2021
b9cc90db
Dec 30, 2020
hooked docstring parser into the main code (work in progress)
· abbc5094
MT
authored
Dec 30, 2020
abbc5094
some fixes in the docstring parser
· 42cf43bc
MT
authored
Dec 30, 2020
42cf43bc
fixed small bug in error handling
· ab558dbf
MT
authored
Dec 30, 2020
ab558dbf
small update of some comments
· a63e7694
MT
authored
Dec 30, 2020
a63e7694
some cleanups and comments/clarifications
· e8a871cb
MT
authored
Dec 30, 2020
e8a871cb
Oct 25, 2020
Get latest bugfixes from master branch into the docstring-parser branch.
· 7777b4a5
MT
authored
Oct 25, 2020
7777b4a5
Fixed a link in the README.
· f326869b
MT
authored
Oct 25, 2020
View commits for tag 1.1.2
1.1.2
f326869b
Fixed FileNotFoundError of CSS file on Windows when the CWD is initially 'somewhere else'.
· 560a6d4a
MT
authored
Oct 25, 2020
560a6d4a
bugfix: Only the first module in subpackages was found.
· 0e5ed18b
MT
authored
Oct 25, 2020
0e5ed18b
bugfix (forgot the concrete bug)
· 6284b4b4
MT
authored
Oct 25, 2020
6284b4b4
implemented intelligent newline feature (not tested, yet)
· 56deec43
MT
authored
Oct 25, 2020
56deec43
Jun 01, 2020
small changes in code style
· 11b7ba78
MT
authored
Jun 01, 2020
11b7ba78
May 24, 2020
initial bunch of docstring parsing added (analysis of lines); no effect, yet
· 7d0ab8f3
MT
authored
Apr 26, 2020
7d0ab8f3
handling of multiple function definitions
· 03386dc5
MT
authored
May 24, 2020
View commits for tag 1.1.1
1.1.1
03386dc5
handling of multiple method definitions
· a8f367d7
MT
authored
May 24, 2020
a8f367d7
May 17, 2020
fixed extraction of global var values including lists and sets/dicts over multiple lines
· 9a68692b
MT
authored
May 17, 2020
View commits for tag 1.1
1.1
9a68692b
added hint to attributes when they are class variables
· 4f8dd944
MT
authored
May 17, 2020
4f8dd944
May 16, 2020
added option IGNORE_ATTRIBUTES
· bcb7bc2f
MT
authored
May 16, 2020
bcb7bc2f
handling of multiple class variables and properties with equal name in same class
· 2bb3d8bb
MT
authored
May 16, 2020
2bb3d8bb
fixed some wrong descriptions in the option section
· 59b29f34
MT
authored
May 16, 2020
59b29f34
added option IGNORE_PROPERTIES
· 2f8c6963
MT
authored
May 16, 2020
2f8c6963
small clarification in README
· 3d37b887
MT
authored
May 16, 2020
3d37b887
made global variables in test modules UPPER_CASE, too
· 84e12f5e
MT
authored
May 16, 2020
84e12f5e
Apr 22, 2020
update README.md
· 79912891
MT
authored
Apr 22, 2020
View commits for tag 1.0.3
1.0.3
79912891
added docs for CSS designers
· 1ae1f4f3
MT
authored
Apr 22, 2020
1ae1f4f3
Apr 19, 2020
fixed link to developer PDF
· 49575b28
MT
authored
Apr 19, 2020
View commits for tag 1.0.2
1.0.2
49575b28
docs for developers
· f84275d6
MT
authored
Apr 19, 2020
f84275d6
Loading