Skip to content

Commit c1f32a2

Browse files
committed
docs: remove unnecessary fluff from README
1 parent b6d8b71 commit c1f32a2

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docs/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,3 @@ make clean # Clean build artifacts
4242
## Writing Documentation
4343

4444
Documentation is written in Markdown using [MyST-Parser](https://myst-parser.readthedocs.io/). See the existing files for examples.
45-
46-
### MyST Markdown Features
47-
48-
- Standard Markdown syntax
49-
- Directives using `{directive}` syntax
50-
- Cross-references using `{doc}` and `{ref}`
51-
- Admonitions (notes, warnings, tips)
52-
- Code blocks with syntax highlighting
53-
54-
## Contributing
55-
56-
When adding new documentation:
57-
58-
1. Follow the existing structure
59-
2. Use MyST Markdown syntax
60-
3. Include code examples
61-
4. Test the build with `make html`
62-
5. Check for warnings and errors
63-
64-
## Online Documentation
65-
66-
The documentation is automatically built and deployed to GitHub Pages (if configured).

0 commit comments

Comments
 (0)