Skip to content

Commit 42f221f

Browse files
committed
update readme
1 parent 76979c9 commit 42f221f

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,7 @@ The package also provides a command line tool `psyflow-init` which
2020
scaffolds a new project using the bundled cookiecutter template.
2121

2222
Comprehensive documentation and tutorials are available on the
23-
[GitHub Pages site](https://taskbeacon.github.io/psyflow/).
23+
[psyflow website](https://taskbeacon.github.io/psyflow/).
2424

25-
### Building the documentation
26-
27-
To generate the HTML docs locally:
28-
29-
```bash
30-
pip install -r docs/requirements.txt
31-
sphinx-build -b html docs docs/_build/html
32-
```
33-
34-
Open `docs/_build/html/index.html` in a browser to view them.
35-
36-
## Publishing to PyPI
37-
38-
Releases are automated with GitHub Actions. Any push to the `main` branch
39-
that contains `[publish]` in the commit message will trigger the
40-
[`publish`](.github/workflows/publish.yml) workflow. The workflow builds
41-
sdist and wheel via `python -m build` and uploads them to PyPI using the
42-
`pypa/gh-action-pypi-publish` action. The upload requires a
43-
`PYPI_API_TOKEN` secret configured in the repository.
4425

4526

0 commit comments

Comments
 (0)