Open
Conversation
- Create detailed API.md with complete reference - Document core classes Delaunay2D and Delaunay3D - Include functional API documentation - Add usage examples and integration guides - Cover PyVista and Shapely integration - Include performance considerations and best practices 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
for more information, see https://pre-commit.ci
- Remove manual API.md file - Configure Sphinx with autodoc, autosummary, and napoleon extensions - Add proper API documentation using docstrings and autodoc - Create Sphinx templates for classes and functions - Add comprehensive API reference with autosummary tables - Improve docstrings for constants and classes - Generate individual API pages automatically from docstrings - Support both NumPy and Google docstring styles - Add intersphinx links to related packages The documentation now uses the actual docstrings from the source code instead of manually maintained documentation, ensuring consistency and reducing maintenance overhead. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
for more information, see https://pre-commit.ci
- Add docstring to DynamicScraper mock class in docs/conf.py - Remove unused sphinx_gallery import - Fix whitespace and formatting issues across documentation files - Ensure all pre-commit hooks pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add missing libgeos-dev package to .readthedocs.yaml apt_packages - Restore sphinx_gallery import in docs/conf.py for gallery functionality - Update generated documentation files with proper formatting - Documentation build now succeeds locally with only minor warnings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
for more information, see https://pre-commit.ci
- Replace direct sphinx_gallery import with importlib.util.find_spec check - Fix documentation file formatting issues - Ensure all pre-commit hooks pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix shapely.geometry.Polygon isinstance() compatibility issue with shapely 2.x - Add robust error handling for gmsh mesh generation failures - Fix empty mesh plotting issues in all example gallery scripts - Convert coordinate lists to proper shapely.Polygon objects in examples - Add proper exception handling with specific exception types - Enable pv.global_theme.allow_empty_mesh for demonstration purposes - Ensure all pre-commit hooks pass successfully Resolves all 6 failing examples in the RTD gallery build. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code