Skip to content

Commit fed0986

Browse files
committed
2.0.1
1 parent 7484200 commit fed0986

20 files changed

+1070
-1211
lines changed

.gitignore

Lines changed: 0 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,2 @@
11
spexygen.tar.gz
22
html/
3-
4-
# Byte-compiled / optimized / DLL files
5-
__pycache__/
6-
*.py[cod]
7-
*$py.class
8-
9-
# C extensions
10-
*.so
11-
12-
# Distribution / packaging
13-
.Python
14-
build/
15-
develop-eggs/
16-
dist/
17-
downloads/
18-
eggs/
19-
.eggs/
20-
lib/
21-
lib64/
22-
parts/
23-
sdist/
24-
var/
25-
wheels/
26-
share/python-wheels/
27-
*.egg-info/
28-
.installed.cfg
29-
*.egg
30-
MANIFEST
31-
32-
# PyInstaller
33-
# Usually these files are written by a python script from a template
34-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
35-
*.manifest
36-
*.spec
37-
38-
# Installer logs
39-
pip-log.txt
40-
pip-delete-this-directory.txt
41-
42-
# Unit test / coverage reports
43-
htmlcov/
44-
.tox/
45-
.nox/
46-
.coverage
47-
.coverage.*
48-
.cache
49-
nosetests.xml
50-
coverage.xml
51-
*.cover
52-
*.py,cover
53-
.hypothesis/
54-
.pytest_cache/
55-
cover/
56-
57-
# Translations
58-
*.mo
59-
*.pot
60-
61-
# Django stuff:
62-
*.log
63-
local_settings.py
64-
db.sqlite3
65-
db.sqlite3-journal
66-
67-
# Flask stuff:
68-
instance/
69-
.webassets-cache
70-
71-
# Scrapy stuff:
72-
.scrapy
73-
74-
# Sphinx documentation
75-
docs/_build/
76-
77-
# PyBuilder
78-
.pybuilder/
79-
target/
80-
81-
# Jupyter Notebook
82-
.ipynb_checkpoints
83-
84-
# IPython
85-
profile_default/
86-
ipython_config.py
87-
88-
# pyenv
89-
# For a library or package, you might want to ignore these files since the code is
90-
# intended to run in multiple environments; otherwise, check them in:
91-
# .python-version
92-
93-
# pipenv
94-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
95-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
96-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
97-
# install all needed dependencies.
98-
#Pipfile.lock
99-
100-
# poetry
101-
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
102-
# This is especially recommended for binary packages to ensure reproducibility, and is more
103-
# commonly ignored for libraries.
104-
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
105-
#poetry.lock
106-
107-
# pdm
108-
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
109-
#pdm.lock
110-
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
111-
# in version control.
112-
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
113-
.pdm.toml
114-
.pdm-python
115-
.pdm-build/
116-
117-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
118-
__pypackages__/
119-
120-
# Celery stuff
121-
celerybeat-schedule
122-
celerybeat.pid
123-
124-
# SageMath parsed files
125-
*.sage.py
126-
127-
# Environments
128-
.env
129-
.venv
130-
env/
131-
venv/
132-
ENV/
133-
env.bak/
134-
venv.bak/
135-
136-
# Spyder project settings
137-
.spyderproject
138-
.spyproject
139-
140-
# Rope project settings
141-
.ropeproject
142-
143-
# mkdocs documentation
144-
/site
145-
146-
# mypy
147-
.mypy_cache/
148-
.dmypy.json
149-
dmypy.json
150-
151-
# Pyre type checker
152-
.pyre/
153-
154-
# pytype static type analyzer
155-
.pytype/
156-
157-
# Cython debug symbols
158-
cython_debug/
159-
160-
# PyCharm
161-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
162-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
163-
# and can be added to the global gitignore or merged into this file. For a more nuclear
164-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165-
#.idea/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<p align="center">
99
<a href="https://www.state-machine.com/spexygen">
10-
<img src="img/banner_spexygen.webp"/></a>
10+
<img src="https://www.state-machine.com/spexygen/banner_spexygen.webp"/></a>
1111
</p>
1212

1313
# Spexygen - Traceable Specifications Based on Doxygen
14-
_Spexygen_ documentation (generated with _spexygen_!) is available at:
14+
_Spexygen_ documentation (generated with _Spexygen_) is available at:
1515
- [Spexygen Reference Manual in HTML](https://www.state-machine.com/spexygen)
16-
- [Spexygen Reference Manual in PDF](https://www.state-machine.com/spexygen/DOC-MAN-SPX.pdf)
16+
- [Spexygen Reference Manual in PDF](https://www.state-machine.com/spexygen/DOC_MAN_SPX.pdf)
1717

1818
# Licensing
1919
Spexygen is released under the terms of the permissive [MIT open source license](LICENSE).

Spexyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ALIASES += \
1313
"uid_fw_trace=<tr><td><b>Forward Traceability</b><br>^^" \
1414
"uid_fw_trace{1}=<tr><td><b>Forward Traceability</b><br>^^" \
1515
"enduid=</table>" \
16-
"code_uid{2}=@brief \2" \
16+
"code_uid{2}=@brief \2^^" \
1717
"code_alias{2}=@brief <b>\1</b> : \2^^@anchor \1" \
1818
"code_litem{1}=@par \1^^" \
1919
"code_bw_trace=@par Backward Traceability^^" \

doc/DOC_MAN_SPX.pdf

864 KB
Binary file not shown.

doc/Doxyfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Project related configuration options
77
#---------------------------------------------------------------------------
88
PROJECT_NAME = Spexygen
9-
PROJECT_NUMBER = 2.0.0
9+
PROJECT_NUMBER = 2.0.1
1010
PROJECT_BRIEF = "Reference Manual"
1111
PROJECT_LOGO = ./img/logo_spexygen.webp
1212
PROJECT_ICON =
@@ -39,7 +39,8 @@ SORT_MEMBER_DOCS = NO
3939
# listed *after* the referenced code (e.g., header.h).
4040
#---------------------------------------------------------------------------
4141
INPUT = \
42-
main.dox
42+
main.dox \
43+
../spexygen-awesome/help.dox
4344

4445
@INCLUDE = spex/Spexyinc
4546

doc/Doxyfile-PDF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Configuration options related to the LateX output
77
#---------------------------------------------------------------------------
88
PROJECT_NAME = Reference Manual
9-
PROJECT_BRIEF = For Spexygen 2.0.0
10-
PROJECT_NUMBER = Document: DOC-MAN-SPX
9+
PROJECT_BRIEF = For Spexygen 2.0.1
10+
PROJECT_NUMBER = Document: DOC_MAN_SPX
1111

1212
#---------------------------------------------------------------------------
1313
# Project related configuration options

doc/img/help_dark.webp

356 Bytes
Loading

doc/img/help_light.webp

328 Bytes
Loading

doc/img/spx.odg

1.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)