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 the docs to stop using print(repr(obj)) #966

Closed
jlstevens opened this issue Nov 1, 2016 · 2 comments
Closed

Fix the docs to stop using print(repr(obj)) #966

jlstevens opened this issue Nov 1, 2016 · 2 comments
Assignees
Labels
type: docs Related to the documentation and examples
Milestone

Comments

@jlstevens
Copy link
Contributor

Somehow we ended up in the habit of using print(repr(obj)) when print obj (or print(obj) for Python 3 compatibility) works just fine.

This is used in a number of our tutorials and it would be good to simplify them to use the sensible version before 1.7.

@jlstevens jlstevens added the type: docs Related to the documentation and examples label Nov 1, 2016
@jlstevens jlstevens added this to the v1.7.0 milestone Nov 1, 2016
@jlstevens
Copy link
Contributor Author

I don't think print works nicely with Layouts yet:

image

@jlstevens
Copy link
Contributor Author

Fixed in the PR referenced above (#1048). Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Related to the documentation and examples
Projects
None yet
Development

No branches or pull requests

1 participant