Skip to content

Commit

Permalink
Fix broken rST markup
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Sep 8, 2023
1 parent e88f217 commit 180aa5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion one/remote/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""A package for remote data access"""
"""A package for remote data access."""
4 changes: 2 additions & 2 deletions one/remote/globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
>>> print(globus.endpoints.keys())
>>> print(globus.endpoints['local'])
.. _how to create one: https://globus-sdk-python.readthedocs.io/en/stable/tutorial.html
.. _see this tutorial: https://globus-sdk-python.readthedocs.io/en/stable/tutorial.html
.. _Global Connect: https://www.globus.org/globus-connect-personal
.. _endpoint: https://app.globus.org/
Expand Down Expand Up @@ -718,7 +718,7 @@ def setup(client_name='default', **kwargs):
2. Set up `Global Connect`_ on your local device.
3. Register your local device as an `endpoint`_ in your Globus Client.
.. _how to create one: https://globus-sdk-python.readthedocs.io/en/stable/tutorial.html
.. _see this tutorial: https://globus-sdk-python.readthedocs.io/en/stable/tutorial.html
.. _Global Connect: https://www.globus.org/globus-connect-personal
.. _endpoint: https://app.globus.org/
Expand Down

0 comments on commit 180aa5e

Please sign in to comment.