Page MenuHomeSoftware Heritage

Fix rst formatting errors in hashutil.py
ClosedPublic

Authored by douardda on Oct 23 2018, 1:52 PM.

Details

Summary

to make sphinx happy.

Test Plan

make -C docs

Diff Detail

Repository
rDMOD Data model
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Thanks!

Note to self:
We miss one last migration step to remove deprecated functions altogether from that module (hash_file, hash_data, hash_path...).
We must now push towards MultiHash use.

This revision is now accepted and ready to land.Oct 23 2018, 2:12 PM

Harbormaster failed remote builds in B1762: Diff 1751!
... (digging) ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found

I reproduce that failure though.
When patching, somehow, the tox.ini file disappeared from the tree (which is not removed in that diff).

Maybe you miss a rebase step?

Maybe you miss a rebase step?

Seems likely, after rebasing the patch, tox is happy.
And so make -C docs (always was as entertained by the test plan)

This revision was automatically updated to reflect the committed changes.