to address the issue #894. Most of the fix is just adding a new line… #901
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I do not see any of the errors with docstrings when i run
make html
It was mostly to add a line between the first line description and the Args line.
Any file with an example for the xml configuration file was an issue, black and sphinx are not playing well. To fix this I use a block but I need everything to have the same indentation .
That being said , It is displaying well in the docs.
@fabcor-maxiv How did you get the nice output in issue #894?
On one hand a block need to have everything with the same indent but just putting a line block for every line keeps the indentation but not as pretty
On my side, when I run
make html
, the error are mostly red like belowWARNING: autosummary: failed to import mxcubecore.Command.exporter.MDEvents.
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [100%] dev/autosummary/mxcubecore.HardwareObjects.BlissActuator
generating indices... genindex py-modindex done
highlighting module code... [100%] mxcubecore.utils.dataobject
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 107 warnings.