Skip to content

Commit b8689ae

Browse files
committed
major additions, not only AI policy, but process, with the goal: permanent, auditable records that can withstand legal and regulatory scrutiny
1 parent 07e8f57 commit b8689ae

File tree

9 files changed

+59
-323
lines changed

9 files changed

+59
-323
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ General mantras this project aims to follow:
3333
## Project Overview
3434

3535
The purpose of and an overview of this specific project can be
36-
found in the top-level [Readme](README.rst).
36+
found in the top-level [README](README.md).
3737

3838
## Group of Projects and WAMP
3939

README.rst

Lines changed: 0 additions & 307 deletions
This file was deleted.

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

docs/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def autodoc_skip_member(app, what, name, obj, skip, options):
132132
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
133133
# ones.
134134
extensions = [
135+
'myst_parser',
136+
135137
# https://sphinx-autoapi.readthedocs.io
136138
'autoapi.extension',
137139

@@ -238,7 +240,6 @@ def autodoc_skip_member(app, what, name, obj, skip, options):
238240
# a list of builtin themes.
239241
if sphinx_rtd_theme:
240242
html_theme = "sphinx_rtd_theme"
241-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
242243
else:
243244
html_theme = "default"
244245

@@ -339,10 +340,10 @@ def autodoc_skip_member(app, what, name, obj, skip, options):
339340
'zlmdb': ('https://zlmdb.readthedocs.io/en/latest/', None),
340341
}
341342

342-
rst_epilog = """
343+
rst_epilog = r"""
343344
.. |ab| replace:: Autobahn
344345
.. |Ab| replace:: **Autobahn**
345-
.. |abL| replace:: Autobahn|Python
346+
.. |abL| replace:: Autobahn\|Python
346347
.. |AbL| replace:: **Autobahn**\|Python
347348
.. _Autobahn: http://crossbar.io/autobahn#python
348349
.. _AutobahnJS: http://crossbar.io/autobahn#js

docs/index.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. mdinclude:: README.md

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
backports.tempfile>=1.0
88
bumpversion>=0.5.3
99
codecov>=2.0.15
10-
flake8<5
10+
flake8>=6.0.0
1111
humanize>=0.5.1
1212
mypy>=0.610; python_version >= '3.4' and platform_python_implementation != 'PyPy'
13+
myst_parser>=4.0.1
1314
passlib
1415
pep8-naming>=0.3.3
1516
pip>=9.0.1

0 commit comments

Comments
 (0)