Skip to content

strictdoc-project/strictdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,840 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StrictDoc

StrictDoc is open-source software for technical documentation and requirements management.

Documentation

The main StrictDoc documentation is hosted on Read the Docs:

The documentation is hosted on Read the Docs: StrictDoc documentation.

For a quick visual overview, see the StrictDoc project slide deck.

Installation

StrictDoc requires Python 3.10 or newer.

pip install strictdoc

See the StrictDoc user guide section of the Read the Docs site for more details.

Quick start

Create a small hello_world.sdoc file:

[DOCUMENT]
TITLE: StrictDoc

[REQUIREMENT]
UID: SDOC-HIGH-REQS-MANAGEMENT
TITLE: Requirements management
STATEMENT: StrictDoc shall enable requirements management.

Export it to static HTML:

strictdoc export .

Or run the local web server:

strictdoc server .

StrictDoc starts the server on http://127.0.0.1:5111 by default.

Project links

License

StrictDoc is licensed under the Apache License 2.0. See LICENSE for details.