Skip to content

Commit

Permalink
[docs] Migrate to asteroid-team (asteroid-team#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente authored Nov 30, 2020
1 parent f5d383c commit d227d22
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ be to help us see where to improve !
If you have any question, [open an issue][issue] or [join the slack][slack],
we'll be happy to help you.

[asteroid]: https://github.com/mpariente/asteroid
[issue]: https://github.com/mpariente/asteroid/issues/new
[asteroid]: https://github.com/asteroid-team/asteroid
[issue]: https://github.com/asteroid-team/asteroid/issues/new
[slack]: https://join.slack.com/t/asteroid-dev/shared_invite/zt-cn9y85t3-QNHXKD1Et7qoyzu1Ji5bcA
[pep8]: https://www.python.org/dev/peps/pep-0008/
[docstrings]: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
**The PyTorch-based audio source separation toolkit for researchers.**

[![PyPI Status](https://badge.fury.io/py/asteroid.svg)](https://badge.fury.io/py/asteroid)
[![Build Status](https://github.com/mpariente/asteroid/workflows/CI/badge.svg)](https://github.com/mpariente/asteroid/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
[![Build Status](https://github.com/asteroid-team/asteroid/workflows/CI/badge.svg)](https://github.com/asteroid-team/asteroid/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
[![codecov][codecov-badge]][codecov]
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://img.shields.io/badge/docs-0.3.3-blue)](https://asteroid.readthedocs.io/en/v0.3.3/)
[![Latest Docs Status](https://github.com/mpariente/asteroid/workflows/Latest%20docs/badge.svg)](https://mpariente.github.io/asteroid/)
[![Latest Docs Status](https://github.com/asteroid-team/asteroid/workflows/Latest%20docs/badge.svg)](https://asteroid-team.github.io/asteroid/)


[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/mpariente/asteroid/pulls)
Expand Down Expand Up @@ -52,7 +52,7 @@ To install Asteroid, clone the repo and install it using
conda, pip or python :
```bash
# First clone and enter the repo
git clone https://github.com/mpariente/asteroid
git clone https://github.com/asteroid-team/asteroid
cd asteroid
```

Expand Down Expand Up @@ -200,13 +200,12 @@ If you loved using Asteroid and you want to cite us, use this :

[comment]: <> (Badge)
[miniconda]: https://conda.io/miniconda.html
[travis]: https://travis-ci.com/mpariente/asteroid
[travis-badge]: https://travis-ci.com/mpariente/asteroid.svg?branch=master
[codecov-badge]: https://codecov.io/gh/mpariente/asteroid/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/mpariente/asteroid
[codecov-badge]: https://codecov.io/gh/asteroid-team/asteroid/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/asteroid-team/asteroid
[slack-badge]: https://img.shields.io/badge/slack-chat-green.svg?logo=slack
[slack-invite]: https://join.slack.com/t/asteroid-dev/shared_invite/zt-cn9y85t3-QNHXKD1Et7qoyzu1Ji5bcA

[comment]: <> (Others)
[issue]: https://github.com/mpariente/asteroid/issues/new
[pr]: https://github.com/mpariente/asteroid/compare
[issue]: https://github.com/asteroid-team/asteroid/issues/new
[pr]: https://github.com/asteroid-team/asteroid/compare
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The docs built from master can be viewed [here](https://mpariente.github.io/asteroid/).
The docs built from master can be viewed [here](https://asteroid-team.github.io/asteroid/).
We need to work on it so, any contribution are welcome.
Our (future) template can be found
[here](https://github.com/mpariente/asteroid_sphinx_theme).
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def find_source():
if "asteroid_filterbanks" in filename:
base_url = "https://github.com/asteroid-team/asteroid-filterbanks/blob/master/%s"
else:
base_url = f"https://github.com/mpariente/asteroid/blob/{tag}/%s"
base_url = f"https://github.com/asteroid-team/asteroid/blob/{tag}/%s"

try:
file, start, end = find_source()
Expand All @@ -163,7 +163,7 @@ def find_source():

html_theme_options = {
"pytorch_project": "docs",
"canonical_url": "https://github.com/mpariente/asteroid",
"canonical_url": "https://github.com/asteroid-team/asteroid",
"collapse_navigation": False,
"display_version": True,
"logo_only": False,
Expand Down
2 changes: 1 addition & 1 deletion egs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ to help you.

[kaldi]: https://github.com/kaldi-asr/kaldi
[espnet]: https://github.com/espnet/espnet
[issue]: https://github.com/mpariente/asteroid/issues/new
[issue]: https://github.com/asteroid-team/asteroid/issues/new
[slack]: https://join.slack.com/t/asteroid-dev/shared_invite/zt-cn9y85t3-QNHXKD1Et7qoyzu1Ji5bcA
4 changes: 2 additions & 2 deletions notebooks/00_GettingStarted.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@
},
"source": [
"%%capture\n",
"!pip install -U git+https://github.com/mpariente/asteroid"
"!pip install -U git+https://github.com/asteroid-team/asteroid"
],
"execution_count": 1,
"outputs": []
Expand Down Expand Up @@ -1715,4 +1715,4 @@
]
}
]
}
}
6 changes: 3 additions & 3 deletions notebooks/01_APIOverview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"source": [
"# First off, install asteroid\n",
"!pip install git+https://github.com/mpariente/asteroid --quiet\n"
"!pip install git+https://github.com/asteroid-team/asteroid --quiet\n"
]
},
{
Expand Down Expand Up @@ -335,7 +335,7 @@
"id": "TzQRTk6QYKd_"
},
"source": [
"You can find more info about this in the [PIT loss tutorial](https://github.com/mpariente/asteroid/blob/master/notebooks/03_PITLossWrapper.ipynb)."
"You can find more info about this in the [PIT loss tutorial](https://github.com/asteroid-team/asteroid/blob/master/notebooks/03_PITLossWrapper.ipynb)."
]
},
{
Expand Down Expand Up @@ -676,4 +676,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
version=asteroid_version,
author="Manuel Pariente",
author_email="manuel.pariente@loria.fr",
url="https://github.com/mpariente/asteroid",
url="https://github.com/asteroid-team/asteroid",
description="PyTorch-based audio source separation toolkit",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d227d22

Please sign in to comment.