Skip to content

Commit

Permalink
Remove trailing spaces and empty lines (zarr-developers#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Sep 8, 2022
1 parent ce129a5 commit 9e7c3d8
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ Contributing
============

Please see the [project documentation](https://zarr.readthedocs.io/en/stable/contributing.html) for information about contributing to Zarr.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ contact_links:
- name: ❓ Discuss something on gitter
url: https://gitter.im/zarr-developers/community
about: For questions like "How do I do X with Zarr?", you can move to our Gitter channel.
- name: ❓ Discuss something on GitHub Discussions
- name: ❓ Discuss something on GitHub Discussions
url: https://github.com/zarr-developers/zarr-python/discussions
about: For questions like "How do I do X with Zarr?", you can move to GitHub Discussions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,3 @@ jobs:
conda activate zarr-env
flake8 zarr
mypy zarr
1 change: 0 additions & 1 deletion .github/workflows/windows-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ jobs:
- name: Conda list
shell: pwsh
run: conda list

1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

1 change: 0 additions & 1 deletion bench/compress_normal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ Line # Hits Time Per Hit % Time Line Contents
132 # handle errors
133 200 128 0.6 0.1 if ret <= 0:
134 raise RuntimeError('error during blosc decompression: %d' % ret)

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def setup(app):
# Example configuration for intersphinx: refer to the Python standard library.
# use in refs e.g:
# :ref:`comparison manual <python:comparisons>`
intersphinx_mapping = { 'python':('https://docs.python.org/', None),
intersphinx_mapping = { 'python':('https://docs.python.org/', None),
'numpy': ('https://numpy.org/doc/stable/', None)}


Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ locally. To run the Azure Blob Service storage tests, run an Azure
storage emulator (e.g., azurite) and set the environment variable
``ZARR_TEST_ABS=1``. If you're using Docker to run azurite, start the service with::

docker run --rm -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --loose --blobHost 0.0.0.0
docker run --rm -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --loose --blobHost 0.0.0.0

To run the Mongo DB storage tests, run a Mongo
server locally and set the environment variable ``ZARR_TEST_MONGO=1``.
Expand Down Expand Up @@ -332,7 +332,7 @@ compatibility in some way.
Release procedure
~~~~~~~~~~~~~~~~~

.. note::
.. note::

Most of the release process is now handled by github workflow which should
automatically push a release to PyPI if a tag is pushed.
Expand Down
4 changes: 2 additions & 2 deletions docs/spec/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ Structured data types may also be nested, e.g., the following JSON
list defines a data type with two fields "foo" and "bar", where "bar"
has two sub-fields "baz" and "qux"::

[["foo", "<f4"], ["bar", [["baz", "<f4"], ["qux", "<i4"]]]]
[["foo", "<f4"], ["bar", [["baz", "<f4"], ["qux", "<i4"]]]]

.. _spec_v2_array_fill_value:

Fill value encoding
Expand Down
2 changes: 1 addition & 1 deletion docs/talks/scipy2019/submission.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Authors

Project contributors are listed in alphabetical order by surname.

* `Ryan Abernathey <https://github.com/rabernat>`_, Columbia University
* `Ryan Abernathey <https://github.com/rabernat>`_, Columbia University
* `Stephan Balmer <https://github.com/sbalmer>`_, Meteotest
* `Ambrose Carr <https://github.com/ambrosejcarr>`_, Chan Zuckerberg Initiative
* `Tim Crone <https://github.com/tjcrone>`_, Columbia University
Expand Down

0 comments on commit 9e7c3d8

Please sign in to comment.