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

Fix warnings when building docs #288

Closed
stevepiercy opened this issue Jul 18, 2016 · 1 comment
Closed

Fix warnings when building docs #288

stevepiercy opened this issue Jul 18, 2016 · 1 comment
Assignees

Comments

@stevepiercy
Copy link
Member

Per #286 we have some warnings to fix:

/home/tseaver/projects/repoze/src/substanced/docs/api.rst:26: WARNING: undefined label: optional_dependencies (if the link has no caption the label must precede a section header)
/home/tseaver/projects/repoze/src/substanced/docs/api.rst:66: WARNING: undefined label: optional_dependencies (if the link has no caption the label must precede a section header)
/home/tseaver/projects/repoze/src/substanced/docs/scripts.rst:4: WARNING: unknown option: --help

We removed the optional_dependencies label from install.rst now that python-magic is in setup.py, so the references in substanced/file/__init__.py also need to be updated.

For scripts.rst, we should probably plain old reST syntax and change the grammar accordingly.

@stevepiercy
Copy link
Member Author

Fixed by #289

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

No branches or pull requests

1 participant