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
Branch
fix-rst
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2282
Build 2757: tox-on-jenkinsJenkins
Build 2756: arc lint + arc unit

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

Shouldn't it be added in a toctree instead?

douardda added inline comments.
docs/tutorial.rst
1

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.