-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #694 from strictdoc-project/too-long-command-windows
docs: update documentation, introduce design document
- Loading branch information
Showing
33 changed files
with
2,248 additions
and
1,629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
StrictDoc Design Document | ||
$$$$$$$$$$$$$$$$$$$$$$$$$ | ||
|
||
Design decisions | ||
================ | ||
|
||
Building blocks | ||
--------------- | ||
|
||
TextX | ||
~~~~~ | ||
|
||
TextX shall be used for StrictDoc grammar definition and parsing of the sdoc files. | ||
|
||
**Comment:** TextX is an easy-to-install Python tool. It is fast, works out of the box. | ||
|
||
Jinja2 | ||
~~~~~~ | ||
|
||
Jinja2 shall be used for rendering HTML templates. | ||
|
||
Sphinx and Docutils | ||
~~~~~~~~~~~~~~~~~~~ | ||
|
||
Sphinx and Docutils shall be used for the following capabilities: | ||
|
||
- Support of Restructured Text (reST) format | ||
- Generation of RST documents into HTML | ||
- Generation of RST documents into PDF using LaTeX | ||
- Generating documentation websites using Sphinx | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[DOCUMENT] | ||
TITLE: StrictDoc Design Document | ||
OPTIONS: | ||
REQUIREMENT_STYLE: Inline | ||
|
||
[SECTION] | ||
TITLE: Design decisions | ||
|
||
[SECTION] | ||
TITLE: Building blocks | ||
|
||
[REQUIREMENT] | ||
TITLE: TextX | ||
STATEMENT: TextX shall be used for StrictDoc grammar definition and parsing of the sdoc files. | ||
COMMENT: >>> | ||
TextX is an easy-to-install Python tool. It is fast, works out of the box. | ||
<<< | ||
|
||
[REQUIREMENT] | ||
TITLE: Jinja2 | ||
STATEMENT: Jinja2 shall be used for rendering HTML templates. | ||
|
||
[REQUIREMENT] | ||
TITLE: Sphinx and Docutils | ||
STATEMENT: >>> | ||
Sphinx and Docutils shall be used for the following capabilities: | ||
|
||
- Support of Restructured Text (reST) format | ||
- Generation of RST documents into HTML | ||
- Generation of RST documents into PDF using LaTeX | ||
- Generating documentation websites using Sphinx | ||
<<< | ||
|
||
[/SECTION] | ||
|
||
[/SECTION] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.