From 4982b5c0a9d176e03b2ee1db2390ca4ea7b40e5d Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Thu, 16 May 2024 20:29:43 +0100 Subject: [PATCH] fix linting. --- docs/source/ephys_at_swc/examples/README.rst | 3 --- docs/source/ephys_at_swc/examples/example_1.py | 2 +- docs/source/ephys_at_swc/gallery/example_1.py | 2 +- docs/source/ephys_at_swc/other_pipelines.md | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/source/ephys_at_swc/examples/README.rst b/docs/source/ephys_at_swc/examples/README.rst index 391549c..ebea857 100644 --- a/docs/source/ephys_at_swc/examples/README.rst +++ b/docs/source/ephys_at_swc/examples/README.rst @@ -4,6 +4,3 @@ Examples Below is a gallery of examples. `Link text `_ - - - diff --git a/docs/source/ephys_at_swc/examples/example_1.py b/docs/source/ephys_at_swc/examples/example_1.py index ac54b91..b6db2c5 100644 --- a/docs/source/ephys_at_swc/examples/example_1.py +++ b/docs/source/ephys_at_swc/examples/example_1.py @@ -25,4 +25,4 @@ # In the built documentation, it will be rendered as reST after the code above! # This is also another code block. -print('my variable plus 2 is {}'.format(myvariable + 2)) \ No newline at end of file +print('my variable plus 2 is {}'.format(myvariable + 2)) diff --git a/docs/source/ephys_at_swc/gallery/example_1.py b/docs/source/ephys_at_swc/gallery/example_1.py index ac54b91..b6db2c5 100644 --- a/docs/source/ephys_at_swc/gallery/example_1.py +++ b/docs/source/ephys_at_swc/gallery/example_1.py @@ -25,4 +25,4 @@ # In the built documentation, it will be rendered as reST after the code above! # This is also another code block. -print('my variable plus 2 is {}'.format(myvariable + 2)) \ No newline at end of file +print('my variable plus 2 is {}'.format(myvariable + 2)) diff --git a/docs/source/ephys_at_swc/other_pipelines.md b/docs/source/ephys_at_swc/other_pipelines.md index c54f54a..db3f2b2 100644 --- a/docs/source/ephys_at_swc/other_pipelines.md +++ b/docs/source/ephys_at_swc/other_pipelines.md @@ -1 +1 @@ -# Other Pipelines \ No newline at end of file +# Other Pipelines