You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
I then get a lot of warnings about wrong references, and the generated doc does not have the links to functions/methods. Example for one function:
/home/simon/dev/mpdaf/doc/tools.rst:52: WARNING: failed to import copy_header
...
/home/simon/dev/mpdaf/doc/tools.rst:52: WARNING: toctree references unknown document u'api/copy_header'
...
/home/simon/dev/mpdaf/doc/api/mpdaf.tools.copy_header.rst:: WARNING: document isn't included in any toctree
...
It means that the generated autostuff code does not have correct references. Adding :no-main-docstr: has only one effect in the generated RST, it removes a line :
.. automodule:: {modname}
But then the generated code also has a .. currentmodule: directive, so everything should be ok. Any idea of what could be wrong here ?
The text was updated successfully, but these errors were encountered:
saimn
changed the title
automodapi - :no-main-docstr: breaks links
automodapi - :no-main-docstr: breaks links
Jul 5, 2016
Uh oh!
There was an error while loading. Please reload this page.
When I use something like
I then get a lot of warnings about wrong references, and the generated doc does not have the links to functions/methods. Example for one function:
It means that the generated autostuff code does not have correct references. Adding
:no-main-docstr:
has only one effect in the generated RST, it removes a line :But then the generated code also has a
.. currentmodule:
directive, so everything should be ok. Any idea of what could be wrong here ?The text was updated successfully, but these errors were encountered: