lazydocs icon indicating copy to clipboard operation
lazydocs copied to clipboard

📖 Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.

Results 20 lazydocs issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 3.2 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.61.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies

**Feature description:** The current implementation only links to lines using the Github style notation of `#Lxx`, while Bitbucket uses a more simple `#xx`, the feature should default to the current...

feature

Bumps [zipp](https://github.com/jaraco/zipp) from 3.5.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

**Describe the bug:** LaTeX code with backslashes in a Markdown docstring in Python does not render properly in GitHub. **Expected behaviour:** The README highlights lazydocs as [compatible with Github Markdown](https://github.com/ml-tooling/lazydocs#:~:text=Compatible%20with%20Github%20Markdown),...

bug

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

**Feature description:** Support basic (unfenced) code blocks via indentation (at least 4 spaces or a tab), as per . I haven't looked at the lazydocs code, so I don't know...

feature

**Describe the bug:** Running `act -b -j build` fails as follows: ```plain $ act -b -j build INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock' [build-pipeline/build] 🚀 Start image=catthehacker/ubuntu:act-latest...

bug

**Describe the bug:** When a fenced code block includes a doctest test (specifically `>>>` prompts), the generated markdown is incorrect. **Expected behaviour:** Fenced code blocks containing `>>>` should render just...

bug