| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Co-authored-by: MarkKoz <[email protected]>
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
| |
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|
|
|
|
|
|
| |
Updates the command in GH actions to match the command in pyproject to
generate the correct output.
Kaizens a small fix in clean up.
|
| |
|
|
|