Skip to content

Remove unused documentation and configuration files#472

Merged
ludeeus merged 1 commit intomainfrom
remove-doc
Nov 9, 2025
Merged

Remove unused documentation and configuration files#472
ludeeus merged 1 commit intomainfrom
remove-doc

Conversation

@ludeeus
Copy link
Copy Markdown
Owner

@ludeeus ludeeus commented Nov 9, 2025

Description

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (which adds functionality)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements

Checklist

  • Tests pass locally (scripts/test)
  • Code has been formatted (scripts/lint)
  • Tests added for new functionality (if applicable)

@ludeeus ludeeus added the maintenance Maintenance and refactoring label Nov 9, 2025
Copilot AI review requested due to automatic review settings November 9, 2025 08:12
@ludeeus ludeeus merged commit 35b4093 into main Nov 9, 2025
11 checks passed
@ludeeus ludeeus deleted the remove-doc branch November 9, 2025 08:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the Netlify-based documentation deployment infrastructure and adds common development-related entries to .gitignore.

  • Removes Netlify configuration and Python runtime specification
  • Removes the standalone documentation file and its reference in __init__.py
  • Adds .mypy_cache and .local to .gitignore for better local development hygiene

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
runtime.txt Removed Python version specification for Netlify deployment
netlify.toml Removed Netlify build configuration for pdoc-based documentation generation
documentation.md Removed standalone documentation file containing usage examples
aiogithubapi/init.py Removed the include directive for documentation.md from the module docstring
.gitignore Added .mypy_cache and .local directories to ignore list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance and refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants