A reference for how reStructuredText blocks are rendered by Github and PyPI.
Project description
Paragraph 1, no literal syntax
>>> indented_doctest_block() None
Paragraph 2, no literal syntax
>>> unindented_doctest_block() None
Paragraph 3, no literal syntax
- def foo():
return None
Paragraph 4, expanded literal syntax
def foo(): return None
Paragraph 5, partially minimized literal syntax
def foo(): return None
Paragraph 6, fully minimized literal syntax:
def foo(): return None
Paragraph 7, code block, no language
def foo():
return None
Paragraph 8, code block, language=python
def foo():
return None
Paragraph 9, Sphinx doctest block
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypi-rst-ref-0.0.5.tar.gz
(1.3 kB
view details)
File details
Details for the file pypi-rst-ref-0.0.5.tar.gz
.
File metadata
- Download URL: pypi-rst-ref-0.0.5.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ef0fc9be9fb354649ba8b162123974c1b3b93b2a764fce6f1b7b913f68c7b28 |
|
MD5 | b1dfde2dff33284bcb05764cef0dc13a |
|
BLAKE2b-256 | 58e704641a2a754a711210803952ab8c58f42fbe97bfbb386aecee239841ec74 |