Skip to content

Commit

Permalink
fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 16, 2024
1 parent 7862440 commit 4982b5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/source/ephys_at_swc/examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ Examples
Below is a gallery of examples.

`Link text <https://chatgpt.com/c/d04d215e-136c-4e22-a799-0b13927b9727>`_



2 changes: 1 addition & 1 deletion docs/source/ephys_at_swc/examples/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
print('my variable plus 2 is {}'.format(myvariable + 2))
2 changes: 1 addition & 1 deletion docs/source/ephys_at_swc/gallery/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
print('my variable plus 2 is {}'.format(myvariable + 2))
2 changes: 1 addition & 1 deletion docs/source/ephys_at_swc/other_pipelines.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Other Pipelines
# Other Pipelines

0 comments on commit 4982b5c

Please sign in to comment.