Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ruff lint fix: Manual non-breaking changes | 2024-03-04 | -1/+1 | |
| | ||||
* | ruff lint fix: Run remaining auto-fixable rules | 2024-03-04 | -2/+2 | |
| | ||||
* | Also ignore linkcode errors when looking for model_computed_fields from pydantic | 2024-01-30 | -1/+1 | |
| | ||||
* | Skip resolving for pydantic model fields | 2023-08-28 | -0/+4 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-31 | -9/+8 | |
| | ||||
* | Clean Up Formatting Of Project Name In Docs | 2022-11-10 | -3/+7 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Support For Attributes In Docstrings | 2022-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 conflict | 2022-11-05 | -6/+6 | |
| | ||||
* | Merge remote-tracking branch 'upstream/main' into no-duplicate-deco | 2022-09-18 | -0/+1 | |
|\ | ||||
| * | Merge PR #105: Correctly determine source modules for re-exported symbols | 2022-07-23 | -0/+1 | |
| | | ||||
* | | reword docstrings | 2022-06-21 | -1/+1 | |
| | | | | | | | | Co-authored-by: MarkKoz <[email protected]> | |||
* | | Only append ids from Name nodes | 2022-06-15 | -2/+4 | |
| | | ||||
* | | Check assignments nested in ifs when searching for symbol definition | 2022-06-15 | -14/+33 | |
|/ | ||||
* | Add Sphinx-MultiVersion | 2022-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 Changelog | 2022-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 files | 2022-03-03 | -1/+4 | |
| | ||||
* | Update GHA Docs Build To Match Pyproject | 2022-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 funciton | 2022-02-24 | -1/+1 | |
| | ||||
* | Update how we auto-generate docs | 2022-02-21 | -0/+117 | |