Skip to content

Commit a876813

Browse files
Remove remaining standalone documentation pages per review feedback
- Delete SpecializedProblems.md - information should come from docstrings - Delete EnsembleAnalysis.md - functions already have proper docstrings - Delete AlgorithmTraits.md - algorithm traits should be documented via docstrings - Update pages.jl to remove references to deleted documentation files - Documentation builds successfully with streamlined approach This completes the transition to a docstring-only documentation approach, ensuring API documentation is maintained directly in source code rather than separate markdown files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 46f3f2a commit a876813

File tree

4 files changed

+0
-795
lines changed

4 files changed

+0
-795
lines changed

docs/pages.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ pages = [
55
"Interfaces" => Any[
66
"interfaces/Array_and_Number.md",
77
"interfaces/Problems.md",
8-
"interfaces/SpecializedProblems.md",
98
"interfaces/SciMLFunctions.md",
109
"interfaces/Algorithms.md",
11-
"interfaces/AlgorithmTraits.md",
1210
"interfaces/Solutions.md",
1311
"interfaces/Init_Solve.md",
1412
"interfaces/Ensembles.md",
15-
"interfaces/EnsembleAnalysis.md",
1613
"interfaces/ClockSystem.md",
1714
"interfaces/Common_Keywords.md",
1815
"interfaces/Differentiation.md",

docs/src/interfaces/AlgorithmTraits.md

Lines changed: 0 additions & 315 deletions
This file was deleted.

0 commit comments

Comments
 (0)