Skip to content

Conversation

@jf---
Copy link
Contributor

@jf--- jf--- commented Dec 10, 2025

Summary

  • replace Sphinx with MkDocs + Material theme
  • use mkdocstrings for API docs from NumPy docstrings
  • convert 73 RST files to Markdown
  • remove RST directives from Python docstrings
  • update CI workflow for mkdocs gh-deploy
  • update invoke tasks for mkdocs commands

Test plan

  • mkdocs serve works locally
  • mkdocs build --strict passes
  • API docs render correctly
  • all navigation links work

- replace Sphinx with MkDocs + Material theme
- use mkdocstrings for API docs from NumPy docstrings
- convert 73 RST files to Markdown
- remove RST directives from Python docstrings
- update CI workflow for mkdocs gh-deploy
- update invoke tasks for mkdocs commands
Replaces Sphinx with MkDocs, adopting the Material theme for documentation.

Updates CI workflows and invoke tasks for MkDocs commands.
Converts 73 RST files to Markdown and removes RST directives from Python docstrings.

Enhances API documentation using mkdocstrings to parse NumPy-style docstrings.
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