strictdoc
strictdoc copied to clipboard
Software for technical documentation and requirements management.
Tracking issue for: - [ ] https://github.com/strictdoc-project/strictdoc/security/code-scanning/16
Tracking issue for: - [ ] https://github.com/strictdoc-project/strictdoc/security/code-scanning/21
``` -CHECK: :2: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. -CHECK: :6: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. +CHECK: RST markup syntax error...

- Specify that the markup format is RST. - Specify basic RST features, such as bold, italic, code blocks, etc. - Provide a link to the RST documentation website.
@mettta: let's capture this to not forget. It's nice to be able to customize the structure of TOC. Example: @elfman2's DO-178C TOC on Read The Docs is nice: ``` Plans:...
- Either upgrade the validator somehow or replace it with the one that understands the new HTML 5 syntax. - Or migrate all new syntax to the normal HTML syntax.
Closes #1823
- [x] Section: Remove `root_section`. - [x] tasks: mypy: remove all important `--disable...` arguments, enable all checks. - [x] https://github.com/strictdoc-project/strictdoc/pull/1784 - [x] https://github.com/strictdoc-project/strictdoc/pull/1825 - [ ] https://github.com/strictdoc-project/strictdoc/issues/1502 - [ ]...
StrictDocs custom grammar feature makes it quite versatile. One can not only document requirements, but also design elements, threats from threat modelling, test cases, and so on. I defined a...