Skip to content

Commit

Permalink
docs: update paths on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Apr 27, 2023
1 parent edb7d4d commit 0947e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`autora-theorist-darts` is a Python module for fitting data using differentiable architecture
search, built on AutoRA.

Website: [empiricalresearch.ai](https://empiricalresearch.ai/autora/theorist/darts/)
Website: [https://autoresearch.github.io/autora/](https://autoresearch.github.io/autora/)

## User Guide

Expand Down Expand Up @@ -74,7 +74,7 @@ pip install -e ".[dev]"

Update the metadata under `project` in the pyproject.toml file to include name, description, author-name, author-email and version

- Follow the guide here: https://packaging.python.org/en/latest/tutorials/packaging-projects/
- Follow the guide here: [https://packaging.python.org/en/latest/tutorials/packaging-projects/](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

Build the package using:
```shell
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev = [

[project.urls]
homepage = "https://www.empiricalresearch.ai"
repository = "https://github.com/AutoResearch/autora-theorist-template"
repository = "https://github.com/AutoResearch/autora-theorist-darts"
documentation = "https://autoresearch.github.io/autora/"

[build-system]
Expand Down

0 comments on commit 0947e30

Please sign in to comment.