Skip to content

Commit

Permalink
Update documentation URL (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Apr 29, 2024
1 parent a227372 commit 17670ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Try it online:
- JupyterLab frontend: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-jupyterlab)
- Jupyter Notebook frontend: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-notebook)

Documentation is available [here](https://davidbrochart.github.io/jupyverse).
Documentation is available [here](https://jupyter-server.github.io/jupyverse).

## Motivation

Expand Down
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,3 @@ path = "jupyverse/__init__.py"

[tool.pytest.ini_options]
asyncio_mode = "strict"

[tool.pixi.project]
name = ""
channels = ["conda-forge"]
platforms = ["linux-64"]

[tool.pixi.dependencies]
pip = ">=24.0,<25"
python = "<3.12"

0 comments on commit 17670ff

Please sign in to comment.