docs: add server_datamodel example to examples page - #3015
Merged
janiversen merged 1 commit intoAug 30, 2026
Conversation
examples/server_datamodel.py exists and is exercised by CI (test/examples/test_examples.py::test_server_datamodel) but was not referenced in doc/source/examples.rst, so it never appeared in the published documentation. Add it to the advanced examples section, alongside the other server_* examples, using the same automodule format.
Contributor
Author
|
Thanks for the quick review! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
examples/server_datamodel.pyis present in the repo and is exercised by CI (test/examples/test_examples.py::test_server_datamodel), but it was not referenced indoc/source/examples.rst, so it never appeared in the published documentation next to the otherserver_*examples.This adds it to the Advanced examples section, right after Server updating, using the same
automoduleformat as the neighbouring entries.Verification
sphinx -b html doc build/htmlbuilds cleanly, no new warnings.Discussed first in #3013.