Skip to content

Readme#36

Merged
thetic merged 7 commits into
mainfrom
README
Apr 13, 2026
Merged

Readme#36
thetic merged 7 commits into
mainfrom
README

Conversation

@thetic
Copy link
Copy Markdown
Owner

@thetic thetic commented Apr 6, 2026

Description

Move content from docs to README and integrate README with documentation build.

Related Issues

Fixes # (issue number)

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

  • I have written/updated documentation in docs/ for any user-facing changes.
  • My code follows the project's naming conventions (mu::tiny namespace, INCLUDED_MUTINY_ guards, mutiny_ C-prefix).
  • For new features, I have considered if a C-interface adapter (.h and .c.cpp) is required for parity.
  • I have reviewed the CONTRIBUTING.md file to ensure compliance with architectural guidelines.

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 6, 2026

Coverage Status

coverage: 98.944%. remained the same — README into main

@thetic thetic force-pushed the README branch 3 times, most recently from a977982 to 82e3117 Compare April 7, 2026 03:10
thetic added 5 commits April 6, 2026 20:51
These are generally implementation details.
Replace logo/hr with `# Mutiny` h1 (silences myst_parser heading warning),
drop redundant RST title from index.rst. Restore all Sphinx cross-references
from the original getting-started.rst using MyST role syntax: {c:macro},
{cpp:class}, {cpp:func}, {cmake:command}, {source}, {doc}. Replace bare
bracket paths with proper roles/directives. Restore missing
mutiny/test/Ordered.hpp header row and Examples table. Replace bracket
literalinclude placeholder with {literalinclude} directive.
MyST directives and roles do not render well on GitHub. Replace all
{c:macro}, {cpp:class}, {cpp:func}, {cmake:command}, {source}, and {doc}
roles with plain backtick code or standard markdown links. Replace
{literalinclude} with a link to the source file.
The README.md include approach introduced myst.xref_missing warnings
for relative paths (examples/tests/*.cpp, docs/command-line-reference.rst)
that MyST resolves relative to docs/ instead of the repo root.  The
relative-docs option only rewrites paths that start with its own value,
so there is no clean way to adjust the base for all relative links.

Replace the include with a plain RST intro and keep the same toctrees.
Comment thread README.md Outdated
Comment thread README.md
Comment thread docs/index.rst
@thetic thetic merged commit 7baac7a into main Apr 13, 2026
39 of 40 checks passed
@thetic thetic deleted the README branch April 13, 2026 03:34
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.

2 participants