Skip to content

Commit

Permalink
Run pre-commit for autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 14, 2021
1 parent 370347c commit dca3a6c
Show file tree
Hide file tree
Showing 107 changed files with 5,496 additions and 3,936 deletions.
6 changes: 3 additions & 3 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Expand All @@ -49,8 +49,8 @@ IPython uses a shared copyright model. Each contributor maintains copyright
over their contributions to IPython. But, it is important to note that these
contributions are typically only changes to the repositories. Thus, the IPython
source code, in its entirety is not the copyright of any single person or
institution. Instead, it is the collective copyright of the entire IPython
Development Team. If individual contributors want to maintain a record of what
institution. Instead, it is the collective copyright of the entire IPython
Development Team. If individual contributors want to maintain a record of what
changes/contributions they have specific copyright on, they should indicate
their copyright in the commit message of the change, when they commit the
change to one of the IPython repositories.
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Interactive Parallel Computing with IPython

ipyparallel is the new home of IPython.parallel. ipyparallel is a Python package and collection of CLI scripts for controlling clusters for Jupyter.
ipyparallel is the new home of IPython.parallel. ipyparallel is a Python package and collection of CLI scripts for controlling clusters for Jupyter.

ipyparallel contains the following CLI scripts:

* ipcluster - start/stop a cluster
* ipcontroller - start a scheduler
* ipengine - start an engine
- ipcluster - start/stop a cluster
- ipcontroller - start a scheduler
- ipengine - start an engine

## Install

Expand All @@ -18,7 +18,6 @@ To enable the `IPython Clusters` tab in Jupyter Notebook:

ipcluster nbextension enable


To disable it again:

ipcluster nbextension disable
Expand Down
7 changes: 3 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: rtd
dependencies:
- python==3.5
- ipykernel
- sphinx>=1.3

- python==3.5
- ipykernel
- sphinx>=1.3
1 change: 0 additions & 1 deletion docs/source/api/ipyparallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ Exceptions
.. autoexception:: NoEnginesRegistered
.. autoexception:: ImpossibleDependency
.. autoexception:: InvalidDependency

Loading

0 comments on commit dca3a6c

Please sign in to comment.