mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix windows newlines
This commit is contained in:
parent
d4a0a14aa5
commit
55e2f29170
@ -1,5 +1,5 @@
|
||||
extensions = ['sphinx.ext.autosummary']
|
||||
|
||||
# The suffix of source filenames.
|
||||
source_suffix = '.rst'
|
||||
autosummary_generate = True
|
||||
extensions = ['sphinx.ext.autosummary']
|
||||
|
||||
# The suffix of source filenames.
|
||||
source_suffix = '.rst'
|
||||
autosummary_generate = True
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
.. autosummary::
|
||||
:nosignatures:
|
||||
:toctree:
|
||||
|
||||
dummy_module
|
||||
|
||||
.. autosummary::
|
||||
:nosignatures:
|
||||
:toctree:
|
||||
|
||||
dummy_module
|
||||
|
@ -1,21 +1,21 @@
|
||||
|
||||
def withSentence():
|
||||
'''I have a sentence which
|
||||
spans multiple lines. Then I have
|
||||
more stuff
|
||||
'''
|
||||
pass
|
||||
|
||||
def noSentence():
|
||||
'''this doesn't start with a
|
||||
capital. so it's not considered
|
||||
a sentence
|
||||
'''
|
||||
pass
|
||||
|
||||
def emptyLine():
|
||||
'''This is the real summary
|
||||
|
||||
However, it did't end with a period.
|
||||
'''
|
||||
pass
|
||||
|
||||
def withSentence():
|
||||
'''I have a sentence which
|
||||
spans multiple lines. Then I have
|
||||
more stuff
|
||||
'''
|
||||
pass
|
||||
|
||||
def noSentence():
|
||||
'''this doesn't start with a
|
||||
capital. so it's not considered
|
||||
a sentence
|
||||
'''
|
||||
pass
|
||||
|
||||
def emptyLine():
|
||||
'''This is the real summary
|
||||
|
||||
However, it did't end with a period.
|
||||
'''
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user