Skip to content

Commit 62ec834

Browse files
committed
Cleanup newlines
1 parent 8bfa86b commit 62ec834

16 files changed

+8
-17
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ limitPerRun: 30
5858

5959
# issues:
6060
# exemptLabels:
61-
# - confirmed
61+
# - confirmed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ analyse-fallback-blocks=no
404404

405405
# Exceptions that will emit a warning when being caught. Defaults to
406406
# "Exception"
407-
overgeneral-exceptions=Exception
407+
overgeneral-exceptions=Exception

build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ make html
66
cp -r build/html ../docs/
77
cd ../
88
touch docs/.nojekyll
9-
touch .nojekyll
9+
touch .nojekyll

doc-source/404.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ We looked everywhere but we couldn't find that page!
99
.. image:: not-found.png
1010
:align: center
1111

12-
Try using the links in the sidebar to find what you are looking for.
12+
Try using the links in the sidebar to find what you are looking for.

doc-source/Building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Different formats are available for built distributions
5656

5757
.. literalinclude:: ../__pkginfo__.py
5858
:language: python
59-
:linenos:
59+
:linenos:

doc-source/Source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ If you have ``git`` installed, you can clone the repository with the following c
2424
.. figure:: git_download.png
2525
:alt: Downloading a 'zip' file of the source code.
2626
27-
Downloading a 'zip' file of the source code
27+
Downloading a 'zip' file of the source code

doc-source/api/bases.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
.. automodule:: domdf_python_tools.bases
88
:members:
99
:undoc-members:
10-

doc-source/api/dates.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
.. automodule:: domdf_python_tools.dates
1616
:members:
1717
:undoc-members:
18-

doc-source/api/doctools.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
.. automodule:: domdf_python_tools.doctools
88
:members:
99
:undoc-members:
10-

doc-source/api/pagesizes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@
4040
.. automodule:: domdf_python_tools.pagesizes.utils
4141
:members:
4242
:undoc-members:
43-

0 commit comments

Comments
 (0)