Skip to content

Add StochasticDiffEq.jl API documentation #795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 23, 2025

Conversation

ChrisRackauckas
Copy link
Member

Summary

  • Adds StochasticDiffEq.jl API documentation integration following the same pattern as the recent OrdinaryDiffEq.jl addition
  • Updates make.jl to copy StochasticDiffEq.jl documentation during the build process
  • Updates pages.jl to include StochasticDiffEq.jl API section in the navigation

Context

This PR implements the StochasticDiffEq.jl API documentation integration, similar to PR #794 which added OrdinaryDiffEq.jl API docs.

Changes

  1. Modified docs/make.jl:

    • Added code to copy StochasticDiffEq.jl documentation to docs/src/api/stochasticdiffeq/
    • Copies the pages.jl file from StochasticDiffEq.jl as stochasticdiffeq_pages.jl
  2. Modified docs/pages.jl:

    • Added loading and transformation of StochasticDiffEq pages
    • Added "StochasticDiffEq.jl API" section to the navigation structure

Test plan

  • Documentation builds successfully locally
  • All StochasticDiffEq.jl API pages are accessible
  • Navigation structure is correct
  • No broken links in the documentation

🤖 Generated with Claude Code

ChrisRackauckas and others added 3 commits July 23, 2025 00:46
Similar to the recent OrdinaryDiffEq.jl API docs addition, this commit:
- Adds code to copy StochasticDiffEq.jl documentation to the DiffEqDocs build
- Updates pages.jl to include StochasticDiffEq.jl API in navigation
- Follows the same pattern as OrdinaryDiffEq.jl integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Add Pkg.develop("StochasticDiffEq") to ensure the documentation build
uses the latest master branch instead of the released version.
This ensures the StochasticDiffEq API documentation is built with
the most current version.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 28a9c0f into master Jul 23, 2025
1 of 3 checks passed
@ChrisRackauckas ChrisRackauckas deleted the add-stochasticdiffeq-api-docs branch July 23, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant