Skip to content

docs: convert remaining prose .rst to MyST .md (pass 2)#298

Merged
Jammy2211 merged 1 commit intomainfrom
feature/rst-to-myst-md-pass2
May 4, 2026
Merged

docs: convert remaining prose .rst to MyST .md (pass 2)#298
Jammy2211 merged 1 commit intomainfrom
feature/rst-to-myst-md-pass2

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Continues the rst→md migration started in PyAutoFit#1245. Converts:

  • Root README.rst (rewritten to plain CommonMark so it renders on GitHub and PyPI)
  • autoarray/config/README.rst and autoarray/config/visualize/README.rst

Plus infra:

  • pyproject.toml: readme content-type → text/markdown
  • MANIFEST.in: ships README.md
  • docs/index.md: replaces the eval-rst include of README.rst with the MyST-native {include} directive on README.md

Test plan

  • CI green (unit tests + url_check)
  • PyPI long_description renders correctly

🤖 Generated with Claude Code

Continues the rst→md migration started in PyAutoFit#1245. Converts
the root README and the two `autoarray/config/.../README.rst` files
to MyST. Also:

- pyproject.toml: switches readme content-type to text/markdown
- MANIFEST.in: ships README.md in the sdist
- docs/index.md: replaces the eval-rst include of README.rst with
  the MyST-native `{include}` directive on README.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit e29f17c into main May 4, 2026
4 checks passed
@Jammy2211 Jammy2211 deleted the feature/rst-to-myst-md-pass2 branch May 4, 2026 18:10
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