Brian Kroth

Results 182 comments of Brian Kroth

> Else, we can also figure out how to switch to managed identities. This is the required path forward.

When we're done with this one, let's add a new `.gitrevisions` entry so we don't mess with the history too much.

Playing with this locally atm. I have some changes to the Makefile rules prepped. Also we'll need to add config options in pyproject.toml which will cause other required changes elsewhere,...

> Playing with this locally atm. I have some changes to the Makefile rules prepped. Also we'll need to add config options in pyproject.toml which will cause other required changes...

May want to split some of these tasks out to separate issues later on

Portions of this make sense, but I'd rather have it do more iteraction with the storage backend, particularly on the runner side of things. Right now there's basically an assumption...

@motus this is the wip PR I was mentioning. I think moving more of our docs directly into docstrings and making use of `sphinx-autoapi` *should* help make the Github Pages...

Note to self: https://www.sphinx-doc.org/en/master/usage/domains/python.html#python-xref-roles

> Did the first pass, left some nitpicks. My biggest question so far is the mismatch between the imports and the way we reference to them in docstrings. Please see...