File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -42,25 +42,3 @@ make clean # Clean build artifacts
4242## Writing Documentation
4343
4444Documentation 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).
You can’t perform that action at this time.
0 commit comments