Skip to content

Documentation improvements: fix typo, broken reference, and add missing example#325

Merged
ChrisRackauckas merged 1 commit intoSciML:mainfrom
ChrisRackauckas-Claude:docs-improvements-20260107-145540
Jan 9, 2026
Merged

Documentation improvements: fix typo, broken reference, and add missing example#325
ChrisRackauckas merged 1 commit intoSciML:mainfrom
ChrisRackauckas-Claude:docs-improvements-20260107-145540

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

This PR fixes several documentation issues:

  • Fixed typo in indexing_behavior.md:94: Changed "origianl" to "original"
  • Removed broken reference in index.md: The @contents directive referenced a non-existent file examples/example1.md
  • Added missing example to make.jl: The coulomb_control.md example exists in docs/src/examples/ but was not listed in the documentation build configuration

Changes

  1. docs/src/indexing_behavior.md: Fixed spelling error
  2. docs/src/index.md: Removed broken @contents directive that referenced non-existent example file
  3. docs/make.jl: Added examples/coulomb_control.md to the pages list so it appears in the built documentation

All changes have been verified by rebuilding the documentation locally with no errors or warnings.

Test Plan

  • Built documentation locally with julia --project make.jl - no errors or warnings
  • Verified all example files in docs/src/examples/ are now properly listed in make.jl
  • Checked that the typo is fixed

cc @ChrisRackauckas

🤖 Generated with Claude Code

…ng example

- Fixed typo in indexing_behavior.md: "origianl" -> "original"
- Removed broken @contents reference to non-existent "examples/example1.md" in index.md
- Added missing coulomb_control.md example to make.jl pages list

All examples in docs/src/examples/ are now properly listed in the documentation build.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit e22a55b into SciML:main Jan 9, 2026
3 of 4 checks passed
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.

3 participants