Skip to content

Commit

Permalink
Updated all freud URLs to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 23, 2019
1 parent 5d75d5a commit 43f7690
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
@@ -1,8 +1,8 @@
Contributions are welcomed via pull requests on Bitbucket. First contact the freud developers prior to beginning
Contributions are welcomed via pull requests. First contact the freud developers prior to beginning
your work to ensure that your plans mesh well with the planned development direction and standards set for the project.
Then implement your code.

Submit a pull request on Bitbucket. Multiple developers and/or users will review requested changes and make comments.
Submit a pull request. Multiple developers and/or users will review requested changes and make comments.
This The rest of this file will be used as a checklist to review the pull request. The lead developer(s) will merge into
the master branch after the review is complete and approved.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ When using freud to process data for publication, please [use this citation](htt

If you have a question, please post to the
[freud-users mailing list](https://groups.google.com/forum/#!forum/freud-users).
Please report issues and suggest feature enhancements via the [Bitbucket issues page](https://bitbucket.org/glotzer/freud/issues?status=new&status=open).
Please report issues and suggest feature enhancements via the [issue tracker](https://github.com/glotzerlab/freud/issues).

# Documentation

Expand All @@ -27,7 +27,7 @@ These pages include an installation guide, examples demonstrating many of freud'

# Examples
Many core features are [demonstrated in the freud documentation](https://freud.readthedocs.io/en/stable/examples.html).
Additional example Jupyter notebooks can be found in the [freud-examples repository](https://bitbucket.org/glotzer/freud-examples).
Additional example Jupyter notebooks can be found in the [freud-examples repository](https://github.com/glotzerlab/freud-examples).
These notebooks may be launched [interactively on Binder](https://mybinder.org/v2/gh/glotzerlab/freud-examples/master?filepath=index.ipynb)
or downloaded and run on your own system.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/design.rst
Expand Up @@ -23,7 +23,7 @@ In order to achieve this goal, freud takes the following viewpoints:
Instead, freud works directly with `NumPy <http://www.numpy.org/>_`
arrays to retain maximum flexibility.
* For ease of maintenance, freud uses Git for version control;
Bitbucket for code hosting and issue tracking; and the PEP 8
GitHub for code hosting and issue tracking; and the PEP 8
standard for code, stressing explicitly written code which is easy
to read.
* To ensure correctness, freud employs unit testing using the
Expand Down
2 changes: 1 addition & 1 deletion doc/source/examples.rst
Expand Up @@ -3,7 +3,7 @@ Examples
========

Examples are provided as `Jupyter <https://jupyter.org/>`_ notebooks in a separate
`freud-examples <https://bitbucket.org/glotzer/freud-examples>`_ repository.
`freud-examples <https://github.com/glotzerlab/freud-examples>`_ repository.
These notebooks may be launched `interactively on Binder <https://mybinder.org/v2/gh/glotzerlab/freud-examples/master?filepath=index.ipynb>`_
or downloaded and run on your own system.
Visualization of data is done via `Matplotlib <https://matplotlib.org/>`_ [Matplotlib]_ and `Bokeh <https://bokeh.pydata.org/>`_ [Bokeh]_.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.rst
Expand Up @@ -48,8 +48,8 @@ The freud library uses `NumPy arrays <https://www.numpy.org/>`_ for input and ou
Support and Contribution
========================

Please visit our repository on `Bitbucket <https://bitbucket.org/glotzer/freud>`_ for the library source code.
Any issues or bugs may be reported at our `issue tracker <https://bitbucket.org/glotzer/freud/issues>`_, while questions and discussion can be directed to our `forum <https://groups.google.com/forum/#!forum/freud-users>`_.
Please visit our repository on `GitHub <https://github.com/glotzerlab/freud>`_ for the library source code.
Any issues or bugs may be reported at our `issue tracker <https://github.com/glotzerlab/freud/issues>`_, while questions and discussion can be directed to our `forum <https://groups.google.com/forum/#!forum/freud-users>`_.
All contributions to freud are welcomed via pull requests!
Please see the :doc:`development guide <development>` for more information on requirements for new code.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Expand Up @@ -44,7 +44,7 @@ The code that follows builds freud and installs it for all users (append `--user

.. code-block:: bash
git clone --recurse-submodules https://bitbucket.org/glotzer/freud.git
git clone --recurse-submodules https://github.com/glotzerlab/freud.git
cd freud
python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -395,7 +395,7 @@ def find_tbb(tbb_root=None, tbb_include=None, tbb_link=None):
description=desc,
long_description=readme,
long_description_content_type='text/markdown',
url='http://bitbucket.org/glotzer/freud',
url='https://github.com/glotzerlab/freud',
packages=['freud'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
install_requires=['numpy>=1.10'],
Expand Down

0 comments on commit 43f7690

Please sign in to comment.