aboutsummaryrefslogtreecommitdiffstats
path: root/docs/utils.py (follow)
Commit message (Collapse)AuthorAgeLines
* Ignore symbols starting with __ in the linkcode resolverGravatar Chris Lovering2024-09-11-1/+1
| | | | Pydantic models add a lot of these, which cause the autodoc typehints to fail
* ruff lint fix: Manual non-breaking changesGravatar Chris Lovering2024-03-04-1/+1
|
* ruff lint fix: Run remaining auto-fixable rulesGravatar Chris Lovering2024-03-04-2/+2
|
* Also ignore linkcode errors when looking for model_computed_fields from pydanticGravatar Chris Lovering2024-01-30-1/+1
|
* Skip resolving for pydantic model fieldsGravatar Chris Lovering2023-08-28-0/+4
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-31-9/+8
|
* Clean Up Formatting Of Project Name In DocsGravatar Hassan Abouelela2022-11-10-3/+7
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Support For Attributes In DocstringsGravatar Hassan Abouelela2022-11-10-1/+23
| | | | | | | | | | | This allows class attributes to be defined in docstrings without causing an exception while linking the source code. Due to the non-static nature of attributes, it's not trivial to link their actual definition, so the chosen lines will actually be all the lines of the parent class. Signed-off-by: Hassan Abouelela <[email protected]>
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-6/+6
|
* Merge remote-tracking branch 'upstream/main' into no-duplicate-decoGravatar Numerlor2022-09-18-0/+1
|\
| * Merge PR #105: Correctly determine source modules for re-exported symbolsGravatar Numerlor2022-07-23-0/+1
| |
* | reword docstringsGravatar Numerlor2022-06-21-1/+1
| | | | | | | | Co-authored-by: MarkKoz <[email protected]>
* | Only append ids from Name nodesGravatar Numerlor2022-06-15-2/+4
| |
* | Check assignments nested in ifs when searching for symbol definitionGravatar Numerlor2022-06-15-14/+33
|/
* Add Sphinx-MultiVersionGravatar Hassan Abouelela2022-05-29-8/+61
| | | | | | | | Adds the sphinx-multiversion package to be used for generating docs for all versions of the project, not just the latest. This includes all the necessary configuration to make it work cleanly. Signed-off-by: Hassan Abouelela <[email protected]>
* Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-1/+49
| | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
* Don't break if functions are directly in module init filesGravatar Chris Lovering2022-03-03-1/+4
|
* Update GHA Docs Build To Match PyprojectGravatar Chris Lovering2022-02-24-1/+1
| | | | | | | Updates the command in GH actions to match the command in pyproject to generate the correct output. Kaizens a small fix in clean up.
* Include utils package in doc cleanup funcitonGravatar Chris Lovering2022-02-24-1/+1
|
* Update how we auto-generate docsGravatar Hassan Abouelela2022-02-21-0/+117