plankapy/src/plankapy
Kumi a0cc7a742b
Some checks failed
website / build (push) Failing after 20s
feat: optimize pdoc workflow and deps installation
Reworked the Python dependency installation step in the `.forgejo/workflows/pdoc.yml` workflow file to install from the current directory (`.`) instead of specifying packages directly. This adjustment ensures that local package dependencies are correctly resolved and installed, aligning with best practices for Python projects. Additionally, streamlined the documentation generation process by modifying the `pdoc` execution command to use the package's dot notation, improving clarity and consistency in how the `pdoc` tool is invoked for generating Markdown documentation.

This change enhances the maintainability of our documentation workflow and ensures that our environment mirrors production more closely, potentially reducing the occurrence of "works on my machine" issues.
2024-04-25 08:58:31 +02:00
..
config refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00
tests refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00
__init__.py refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00
plankapy.py feat: optimize pdoc workflow and deps installation 2024-04-25 08:58:31 +02:00
test_config.py refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00