You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The created venv should be located somewhere around .tox/dev/Scripts.
50
50
Regular Expression for Enumerations
51
51
-----------------------------------
52
52
53
-
If you want to add a new enumeration from the `BO4E website`_ then you can use the following regular expression pattern:
53
+
If you want to add a new enumeration from the `BO4E website`_ then you can copy paste HTML table content and use the following regular expression pattern:
54
54
55
55
.. code-block:: Shell
56
56
@@ -60,7 +60,7 @@ In combination with this substitution:
60
60
61
61
.. code-block:: Shell
62
62
63
-
"$wert": "$wert", # $bedeutung
63
+
"$wert": "$wert", #: $bedeutung
64
64
65
65
This substitution can directly used on the website `regex101`_.
66
66
@@ -144,4 +144,4 @@ Applications of talented developers are welcome at any time! Please consider vis
144
144
.. _`open new PR develop→master`: https://github.com/Hochfrequenz/BO4E-python/compare/master...develop
145
145
.. _`Draft a new release`: https://github.com/Hochfrequenz/BO4E-python/releases/new
146
146
.. _`Retrieving package version at runtime`: https://pypi.org/project/setuptools-scm/
0 commit comments