Hello,
seems that my posts didn't male it through google groups. I post my
questions again. Sorry, if you get them twice.
Hello,
I have a stub file created for a script file with sphinx-autogen
I would like to link to it with
.. autosummary::
:toctree:
:nosignatures:
scripts.myscript
Unfortunately, there are no links generated to the stub files.
What could be the cause?
In autosummary.__init__.py it says:
autolink role
-------------
The autolink role functions as ``:obj:`` when the name referred
can be
resolved to a Python object, and otherwise it becomes simple
emphasis.
This can be used as the default role to make links 'smart'.
Does this mean that a file only having a top docstring would not qualify
to be linked to?
Thanks in advance,
Timmie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---