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

docs: fixed missing references #10

Merged
merged 1 commit into from
Dec 11, 2017
Merged

Conversation

jirikuncar
Copy link
Contributor

results.append(result)
return results
"""Return results as ``list``."""
return [result async for result in self]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This async list comprehensions are sweet, but do they work with Python 3.5?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope so 😆 We will find out when #11 is done.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spoiler: They don't 👹

They were an enhancement introduced in Python 3.6 with PEP 530

@davebshow
Copy link
Owner

Other than my 1 comment, this is LGTM. Please address comment and I will merge.

* Allows building documentation in strict mode with:
  `sphinx-build -qnNW docs docs/_build/html`  (closes davebshow#9)
@davebshow davebshow merged commit 7d590e7 into davebshow:master Dec 11, 2017
@jirikuncar jirikuncar deleted the 9-autodoc branch December 13, 2017 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: incomplete objects.inv for intersphinx
2 participants