Skip to content

Commit

Permalink
Update README.md - fill in empty link text strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarionBWeinzierl authored Aug 15, 2023
1 parent 2dea564 commit 49b31a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

These are development notes for the package, user documentation can be found at:

[](https://pyrealm.readthedocs.io/)
[https://pyrealm.readthedocs.io/](https://pyrealm.readthedocs.io/)

## Overview

Expand All @@ -21,7 +21,7 @@ development and then for package building and publication. You will need to inst

The codebase is developed in `git` with a repository at:

[](https://github.com/davidorme/pyrealm)
[https://github.com/davidorme/pyrealm](https://github.com/davidorme/pyrealm)

It uses the `git flow` model for development and release. Briefly:

Expand Down Expand Up @@ -74,7 +74,7 @@ The project uses continuous integration via GitHub Actions to check that the pac
building correctly and that both `doctest` and `pytest` tests are passing. The status of
builds can be seen at:

[](https://github.com/davidorme/pyrealm/actions)
[https://github.com/davidorme/pyrealm/actions](https://github.com/davidorme/pyrealm/actions)

## Documentation

Expand Down Expand Up @@ -116,7 +116,7 @@ make html

The documentation for the package is hosted at:

[](https://pyrealm.readthedocs.io/en/develop/pmodel.html)
[https://pyrealm.readthedocs.io/en/develop/pmodel.html](https://pyrealm.readthedocs.io/en/develop/pmodel.html)

This has been configured to build commits to the `master` branch, which should
generate version specific sets of documentation.
Expand Down Expand Up @@ -211,7 +211,7 @@ poetry publish -r test-pypi

Log in to:

[](https://readthedocs.org)
[https://readthedocs.org](https://readthedocs.org)

which is the admin site controlling the build process. From the Versions tab, activate
the `release/new_release` branch and wait for it to build. Check the Builds tab to see
Expand Down

0 comments on commit 49b31a5

Please sign in to comment.