Skip to content

moreati/pypi-rst-ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A reference for how reStructuredText blocks are treated by Github and PyPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages