You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop using cargo rdme to generate README files in examples (#3112)
## Motivation
This complicates things. Also `lib.rs` is not even the main file of the
applications.
## Proposal
* Stop using `cargo rdme` to generate README files in examples
* Deactivate the correspondign test in CI
* Fix the title depths for github markdown
## Test Plan
* CI
* check rendering of markdown in the github branch
0 commit comments