-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: ml-tooling/lazydocs
base: v0.4.8
head repository: ml-tooling/lazydocs
compare: main
- 13 commits
- 8 files changed
- 9 contributors
Commits on Jul 27, 2021
-
Merge pull request #23 from ml-tooling/release/v0.4.8
Finalize release for version 0.4.8
Configuration menu - View commit details
-
Copy full SHA for 92de695 - Browse repository at this point
Copy the full SHA 92de695View commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 17ec900 - Browse repository at this point
Copy the full SHA 17ec900View commit details
Commits on Aug 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f19810e - Browse repository at this point
Copy the full SHA f19810eView commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 604816f - Browse repository at this point
Copy the full SHA 604816fView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e9213c7 - Browse repository at this point
Copy the full SHA e9213c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ae1b6 - Browse repository at this point
Copy the full SHA 03ae1b6View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b9064c - Browse repository at this point
Copy the full SHA 4b9064cView commit details -
Merge pull request #37 from JeromeK13/main
Add support for module call
Configuration menu - View commit details
-
Copy full SHA for b0944bc - Browse repository at this point
Copy the full SHA b0944bcView commit details -
Merge pull request #30 from SamVanhoutte/bugfix/img-tag
Fix img tag html. Closes #29
Configuration menu - View commit details
-
Copy full SHA for 3dde437 - Browse repository at this point
Copy the full SHA 3dde437View commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 810c948 - Browse repository at this point
Copy the full SHA 810c948View commit details
Commits on Jun 11, 2023
-
Update legacy module load (#57)
Co-authored-by: DANIEL YAMAKOV <daniel.yamakov@hpe.com>
Configuration menu - View commit details
-
Copy full SHA for 264da1a - Browse repository at this point
Copy the full SHA 264da1aView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a645ab - Browse repository at this point
Copy the full SHA 5a645abView commit details
Commits on Feb 28, 2025
-
Docstring markdown render overhaul (preserves markdown syntax), new f…
…eatures and bugfixes including no find_module AttributeError fix (#85) * Revert workaround as sync-label bug was fixed in labeler-v5.0.0 * Updated missing documentation for mdx support * Fixes functions not rendered during markdown generation and no "find_module" AttributeError Caused by modules not correctly loaded into namespace from commit due to Issue #57. Modules now correctly loaded into namespace. Fixes AttributeError("'FileFinder' object has no attribute 'find_module'") (#69) Prioritized "find_spec" and falls back to "find_module" from loader if find_spec not available. Some whitespace removal. * Overhauled docstring render and added Github flavour admonition support Modify argument regex Fix Colon use in docstring in arguments blocks now formatted correctly. Change argument detection to last colon in line. Added support for "Reference" as a block header. Convert quote block to admonition blocks Added Github admonition quote block support. Added start line anchor to regex Changed "```" code snippet boundary detection from startswith to regex to prevent false positives. Rework docstring markdown render. Solves issue #80 Improved whitespace and newline rendering. Accepts more native markdown syntax without garbling render. Solves Issue #82 Enumerate the docstring to detect end of docstring to appropriately close literal blocks, doctest and code blocks Update literal blocks logic and format. Syntax is same as reStructured text * Render class __init__ method as constructor using class name * Support including private modules with, aka files with "_" prefix. Add private_modules arg * Add table of contents feature to module file * Fixed incorrect and unsafe src href link * Added feature for user override of url line anchor notation (#74) * Forced generated markdown file to be platform independent * Crude workaround for AttributeError, no attribute "__create_fn__" (#72) Observed in python 3.8, constructor for dataclasses had different function signature * Added rendering support for enum, dataclass, and exception * Updated API document example and bump version to 0.6.0
Configuration menu - View commit details
-
Copy full SHA for 9c4e37c - Browse repository at this point
Copy the full SHA 9c4e37cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.8...main