You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on an issue while building the docs I got the error:
rstuf/cli/repository_service_tuf/helpers/cli.py:docstring of repository_service_tuf.helpers.cli.calculate_blake2b_256:4:Field list ends without a blank line; unexpected unindent.
When I decided to experiment by removing the :param from the filepath docstring documentation I noticed that other functions in this file had the same problem.
I want to ask what the other maintainers think: do we want to use the sphnix docs?
If so, let's use this issue to remind us to propose a pr adding the same format at the other files as well.
What do you all think: @kairoaraujo@KAUTH?
I want to ask what the other maintainers think: do we want to use the sphnix docs? If so, let's use this issue to remind us to propose a pr adding the same format at the other files as well. What do you all think: @kairoaraujo@KAUTH?
What is the task about?
While working on an issue while building the docs I got the error:
I looked at the code and I noticed we are using a different style for our docs there and it seems that it's the sphnix
docstring format: https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html#the-sphinx-docstring-format
The error I got was not in any way connected to the code I touched.
The function where I got the error is:
repository-service-tuf-cli/repository_service_tuf/helpers/cli.py
Line 51 in 1bb44e3
When I decided to experiment by removing the
:param
from thefilepath
docstring documentation I noticed that other functions in this file had the same problem.I want to ask what the other maintainers think: do we want to use the
sphnix
docs?If so, let's use this issue to remind us to propose a pr adding the same format at the other files as well.
What do you all think: @kairoaraujo @KAUTH?
PS: The solution for this concrete error is to make each parameter doc to be one-line:
https://stackoverflow.com/a/63599880
Code of Conduct
The text was updated successfully, but these errors were encountered: