Page MenuHomeSoftware Heritage

Fix rst syntax in docstrings
ClosedPublic

Authored by douardda on Nov 9 2018, 11:22 AM.

Details

Summary

and prevent sphinx from complaining about tutorial.rst not being included

Diff Detail

Repository
rDLS Listers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

This revision is now accepted and ready to land.Nov 9 2018, 11:28 AM
vlorentz added inline comments.
docs/tutorial.rst
1 ↗(On Diff #1984)

Shouldn't it be added in a toctree instead?

douardda added inline comments.
docs/tutorial.rst
1 ↗(On Diff #1984)

Nope, since it's already added via the :ref:xxx (in the index.rst file), we don't to have it twice.

This revision was automatically updated to reflect the committed changes.
douardda marked an inline comment as done.