strictdoc icon indicating copy to clipboard operation
strictdoc copied to clipboard

Software for technical documentation and requirements management.

Results 147 strictdoc issues
Sort by recently updated
recently updated
newest added

Tracking issue for: - [ ] https://github.com/strictdoc-project/strictdoc/security/code-scanning/16

Code climate
Security
Second roadmap

Tracking issue for: - [ ] https://github.com/strictdoc-project/strictdoc/security/code-scanning/21

Code climate
Security
Second roadmap

``` -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...

Second roadmap

![image](https://user-images.githubusercontent.com/490084/224451399-8e0b6804-64ab-4d12-a724-95bb025ef06c.png)

UI/UX
Second roadmap

- 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.

UI/UX
Backlog

@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:...

Backlog

- 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.

Backlog
Infrastructure / Developer experience
SQA

- [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 - [ ]...

Code climate
Second roadmap

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...