Skip to content

docs: render __Contents__ blocks as Markdown lists#6

Merged
Jammy2211 merged 1 commit intomainfrom
feature/contents-block-bullets
May 8, 2026
Merged

docs: render __Contents__ blocks as Markdown lists#6
Jammy2211 merged 1 commit intomainfrom
feature/contents-block-bullets

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Convert __Contents__ blocks at the top of HowToGalaxy tutorial scripts' module docstrings from plain **Section:** lines into Markdown list bullets (- **Section:**).

Without bullet markers, GitHub and JupyterLab collapse the contents block into one continuous paragraph in the generated notebook's first markdown cell. The fix is purely Markdown.

Scripts Changed

21 scripts under scripts/, covering: chapter_1_introduction, chapter_2_modeling, chapter_3_search_chaining, chapter_4_pixelizations, chapter_optional, simulators. (2 files in this repo were already bulleted and were not touched.)

All edits are confined to the top-level module docstring — the __Contents__ block.

Test Plan

  • Smoke tests pass

Refs PyAutoLabs/autolens_workspace#138

🤖 Generated with Claude Code

Without bullet markers, GitHub and JupyterLab collapse the contents
block into one paragraph in the generated notebook's first markdown
cell. Prefixing each `**Section:**` line with `- ` makes it render
as a list. Continuation lines are indented two spaces so they belong
to the same list item.

Text-only edit inside top-level module docstrings — no Python or
notebook execution change.

Refs: PyAutoLabs/autolens_workspace#138
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label May 8, 2026
@Jammy2211 Jammy2211 merged commit efaa502 into main May 8, 2026
5 checks passed
@Jammy2211 Jammy2211 deleted the feature/contents-block-bullets branch May 8, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant