strictdoc
strictdoc copied to clipboard
Software for technical documentation and requirements management.
Inline links were added in https://github.com/strictdoc-project/strictdoc/pull/475. It would be nice to see this feature mentioned in the user manual. Here is an example: https://github.com/strictdoc-project/strictdoc/blob/74563e018c3bbbadb05d3f4f66ca1ddacd87f423/docs/strictdoc-1-user-manual.sdoc#L30
For some reason, the MathJax fonts in `strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/` are not always synced with the output directory`/_static/...`. (When `--enable-mathjax` is set, of course.) I think it might be a cache invalidation...
This should solve one of the feedback items from here: https://github.com/strictdoc-project/strictdoc/discussions/621.
1) It can be measured what takes more time: parsing RST tree or actually rendering HTML 2) Simplified RST parser and rendered can be written and their performance can be...
This feature would enable inclusion of text files into SDoc documents, something like this: ``` [FREETEXT] [EMBEDDED_FILE SRC="relative/path/file.text"] [/FREETEXT] ```
At least these 3 sources, all happen to be the "import" case: - Parsing Excel - Parsing Confluence - Parsing ReqIF
Currently, requirement's parent links are not displayed if the parents are not present in the doc tree. A better behavior would be to display the links and highlight that the...
Technically, a user can copy assets to a target folder on their own. However, it might be one step less, if StrictDoc did this automatically.
- Distantly related: https://github.com/lordqwerty/SRS-LaTeX Also: https://github.com/plastex/plastex > plasTeX is a Python package that processes LaTeX documents into an XML-DOM-like object which can be used to generate various types of output.