-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors due to make html
#4362
Comments
Warning, treated as error:
/home/heet/Work/Development/mdanalysis/package/MDAnalysis/coordinates/FHIAIMS.py:docstring of MDAnalysis.coordinates.base.ProtoReader.timeseries:8:Explicit markup ends without a blank line; unexpected unindent.
make: *** [Makefile:42: html] Error 2 should be fixed in the same PR ?
|
Ah sure, they're unrelated errors but a fix would be welcome there too, and both of them are likely small fixes.
To start off with I would google the error and have a look at the specified docstring -- looks like there's something wrong with the docstring of the |
Update me when you find the solution, i will include it in this PR only with a separate commit. |
Hi Heet,
We generally expect the person who finds the fix to open the PR, as that’s the most straightforward approach — therefore, if you would like to include the fix, we would expect you to find it. I was suggesting there what I would normally do as advice on troubleshooting. You’re welcome to just open a PR with the fix to the `_static` directory if you’d like. However, if you are keen to fix this docstring as well, you could start with the steps I outlined earlier.
Cheers,
Lily
… On 14 Dec 2023, at 6:50 pm, HeetVekariya ***@***.***> wrote:
Ah sure, they're unrelated errors but a fix would be welcome there too, and both of them are likely small fixes.
If yes then please guide me how can i tackle it.
To start off with I would google the error and have a look at the specified docstring -- looks like there's something wrong with the docstring of the MDAnalysis.coordinates.base.ProtoReader.timeseries method, near-ish the 8th line (as indicated by MDAnalysis.coordinates.base.ProtoReader.timeseries:8 -- although I usually find that the error is not actually in that line but around it somewhere)
Update me when you find the solution, i will include it in this PR only with a separate commit.
—
Reply to this email directly, view it on GitHub <#4362 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHNMOXJOTLRBXPBMJV2SVTDYJKVURAVCNFSM6AAAAABAUHNABCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJVGM2DIMJQGI>.
You are receiving this because you were mentioned.
|
_static directory does not exist
error encountered during make html
make html
|
Hi @HeetVekariya, no worries at all, our conventions aren't always obvious! Thank you very much for finding the errors and opening the PR! |
Expected behavior
make html
command executed in sidemdanalysis/package/doc/sphinx
directory then it must create html for the docsActual behavior
Currently it gives two errors:
html_static_path
sphinx.errors.SphinxWarning: /home/heet/Work/Development/mdanalysis/package/MDAnalysis/coordinates/FHIAIMS.py:docstring of MDAnalysis.coordinates.base.ProtoReader.timeseries:8:Explicit markup ends without a blank line; unexpected unindent.
Code to reproduce the behavior
Current version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
)python -V
)?The text was updated successfully, but these errors were encountered: