Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ml-tooling/lazydocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.8
Choose a base ref
...
head repository: ml-tooling/lazydocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 8 files changed
  • 9 contributors

Commits on Jul 27, 2021

  1. Merge pull request #23 from ml-tooling/release/v0.4.8

    Finalize release for version 0.4.8
    raethlein authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    92de695 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Update README.md

    Error: no such option: --output_path
    andreztz authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    17ec900 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Merge pull request #24 from andreztz/patch-1

    Update README.md
    lukasmasuch authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f19810e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Fix img tag html. Closes #29

    SamVanhoutte committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    604816f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    e9213c7 View commit details
    Browse the repository at this point in the history
  2. Fix. Remove 2 file

    SamVanhoutte committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    03ae1b6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    4b9064c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from JeromeK13/main

    Add support for module call
    lukasmasuch authored May 13, 2022
    Configuration menu
    Copy the full SHA
    b0944bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from SamVanhoutte/bugfix/img-tag

    Fix img tag html. Closes #29
    lukasmasuch authored May 13, 2022
    Configuration menu
    Copy the full SHA
    3dde437 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Fix typos. Closes #35.

    lukasmasuch authored May 19, 2022
    Configuration menu
    Copy the full SHA
    810c948 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Update legacy module load (#57)

    Co-authored-by: DANIEL YAMAKOV <daniel.yamakov@hpe.com>
    yamakov03 and DANIEL YAMAKOV authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    264da1a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Support for mdx (#64)

    zsimjee authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5a645ab View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. 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
    ltan10 authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    9c4e37c View commit details
    Browse the repository at this point in the history
Loading