Open Issues Need Help
View All on GitHubAI Summary: This issue focuses on improving code readability and maintainability by standardizing function signatures and docstrings across the codebase. The task involves ensuring all functions have clear, type-annotated signatures and comprehensive docstrings that detail their purpose, parameters, return values, and any side effects, following a consistent style.
A Python package for generating PDF codebooks from tabular data. Quickly create project descriptions, data dictionaries, and variable summaries with customizable formatting. Ideal for data science, reproducible research, and sharing dataset documentation.
AI Summary: This GitHub issue provides a beginner-friendly guide on how to run `pytest` locally before submitting a pull request. It covers essential steps like setting up and activating a virtual environment, installing project and testing dependencies, and finally executing the tests to ensure code changes function correctly.
A Python package for generating PDF codebooks from tabular data. Quickly create project descriptions, data dictionaries, and variable summaries with customizable formatting. Ideal for data science, reproducible research, and sharing dataset documentation.