Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autosummary does not link to all modules #1381

Closed
goulu opened this issue Jun 27, 2015 · 2 comments
Closed

autosummary does not link to all modules #1381

goulu opened this issue Jun 27, 2015 · 2 comments
Labels
Support Support question

Comments

@goulu
Copy link

goulu commented Jun 27, 2015

on http://goulib.readthedocs.org/en/latest/ I have a list of modules generated by

.. autosummary::
    :toctree: modules

    colors
    container
    datetime2
    decorators

and so on, but not all modules are linked and described in the table.

Source is here : https://raw.githubusercontent.com/goulu/Goulib/master/docs/index.rst

The doc generated on my computer with Sphinx 1.3.1 lists and links all modules

Any help appreciated. Thanks !

@agjohnson
Copy link
Contributor

There look to be failures in your latest build:

[autosummary] generating autosummary for: index.rst, modules/Goulib.colors.rst, modules/Goulib.datetime2.rst, modules/Goulib.decorators.rst, modules/Goulib.drawing.rst, modules/Goulib.expr.rst, modules/Goulib.geom.rst, modules/Goulib.graph.rst, modules/Goulib.interval.rst, modules/Goulib.itertools2.rst, ..., modules/Goulib.optim.rst, modules/Goulib.piecewise.rst, modules/Goulib.plot.rst, modules/Goulib.polynomial.rst, modules/Goulib.rst, modules/Goulib.stats.rst, modules/Goulib.table.rst, modules/Goulib.tests.rst, modules/Goulib.workdays.rst, modules/modules.rst
Failed to import 'Goulib.plot': no module named Goulib.plot
Failed to import 'Goulib.piecewise': no module named Goulib.piecewise
Failed to import 'Goulib.graph': no module named Goulib.graph
Failed to import 'Goulib.tests': no module named Goulib.tests
Failed to import 'Goulib.motion': no module named Goulib.motion
Failed to import 'Goulib.drawing': no module named Goulib.drawing
Failed to import 'Goulib.drawing': no module named Goulib.drawing
Failed to import 'Goulib.expr': no module named Goulib.expr
Failed to import 'Goulib.polynomial': no module named Goulib.polynomial

@agjohnson agjohnson added the Support Support question label Jun 28, 2015
@ericholscher
Copy link
Member

Closing this, as it is a configuration error in your repo, not an issue on our side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants