Reorganize documentation to present Risch as one method choice #7
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.
📚 Reorganize Documentation: Present Risch as One Method Choice
This PR transforms the documentation to present SymbolicIntegration.jl as an extensible, method-based symbolic integration framework rather than just a Risch algorithm implementation.
🏗️ New Documentation Architecture
Reorganized Structure
New Top-Level Section: "Integration Methods"
Dedicated section for method selection and comparison, positioning the package as a multi-method framework.
📖 Method-Centric Presentation
Main Documentation Changes
Index Page
Basic Usage
integrate(f, x)andintegrate(f, x, method)New Method Documentation
methods/overview.md
methods/risch.md
🎯 Key Messaging Changes
Before: "This is the Risch algorithm"
After: "Choose your integration method"
📋 Documentation Features
Professional Method Framework
Comprehensive Examples
Clear Navigation
✅ Technical Verification
Documentation Quality:
Functionality Preserved:
🎯 Impact
This documentation restructure:
SymbolicIntegration.jl documentation now presents a modern, extensible symbolic integration framework! 📚🚀
🤖 Generated with Claude Code