Add examples/server_datamodel.py to the examples documentation page #3013
SergioCc13
started this conversation in
Ideas
Replies: 1 comment
|
Feel free to submit a PR. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
While going through the examples I noticed
examples/server_datamodel.pyis present in the repo and is exercised by CI (test/examples/test_examples.py::test_server_datamodel), but it is not referenced indoc/source/examples.rst, so it does not show up in the published documentation next to the otherserver_*examples.I have a small doc-only change ready that adds it to the "Advanced examples" section using the same
automoduleformat as the neighbouring entries. Docs build cleanly locally withsphinx -b html(no new warnings).Is such a PR welcome, or was this example intentionally kept out of the docs?
All reactions