Build: #8 was successful Changes by Rui Xue <rx.astro@gmail.com>
Code commits
Pipeline
-
Rui Xue <rx.astro@gmail.com> a4fc6bf566b050e0b096a10f86289a2b973b1452
PIPE-2738P Migrate releases/timeline to MyST Markdown
Convert releases.rst and timeline.rst to MyST-compatible
Markdown (.md). Both files used RST-only syntax (.. mermaid::,
.. contents::, :field:, .. note::) that is now replaced with
fenced directives, definition lists, and standard Markdown links.
- releases: 6-column list-table reduced to 5 columns by merging
Documentation + Download into a single Resources column; download
link text shortened to "Download (linux/macOS)"; :widths: auto added
- timeline: .. mermaid:: blocks converted to ```{mermaid}```; gitGraph
YAML front-matter replaced with %%{init:…}%% inline config; RST
field lists converted to deflist syntax; .. note:: → ```{note}```
- timeline moved from Basics to Misc. section in index.rst
- Add autosummary base.rst template so generated stubs use short
names (objname) instead of full dotted paths (fullname)
- Reduce global font size to ~13px via :root { font-size: 81.25% }
in custom_theme.css so all rem-based Furo sizes scale uniformly- docs/source/_static/custom_theme.css (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
- docs/source/_templates/autosummary/base.rst (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
- docs/source/index.rst (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
- docs/source/releases.md (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
- docs/source/releases.rst (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
- docs/source/timeline.md (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
- docs/source/timeline.rst (version a4fc6bf566b050e0b096a10f86289a2b973b1452) (diffs)
-
Rui Xue <rx.astro@gmail.com> fe2fe24e9e1a1ecda19f21fd1aebeabd02fa391c
PIPE-2738: Reorganize API documentation structure in `apisummary.rst` and `index.rst`