Add intersphinx and some docs (#1217)

* Add intersphinx and some docs

* Remove spaces

* Address Jeff comments
This commit is contained in:
Fábio Rosado
2023-02-28 11:37:21 +00:00
committed by GitHub
parent ef4ab0d7a8
commit 68018cf078
4 changed files with 31 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
## Parameters
`*values` - the objects to be displayed. String objects are output as-written. For non-string objects, the default content to display is the the object's `repr()`. Objects may implement the following methods to indicate that they should be displayed as a different MIME type. MIME types with a * indicate that the content will be wrapped in the appropriate html tags and attributes before output:
`*values` - the objects to be displayed. String objects are output as-written. For non-string objects, the default content to display is the the object's {py:func}`repr`. Objects may implement the following methods to indicate that they should be displayed as a different MIME type. MIME types with a * indicate that the content will be wrapped in the appropriate html tags and attributes before output:
| Method | Inferred MIME type |
|---------------------|------------------------|