You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `main` version is available at `file:///<local path>/epidatr/epipredict/index.html` and `dev` at `file:///<local path>/epipredict/docs/dev/index.html`.
31
31
32
32
You can also build the docs manually and launch the site with python. From the terminal, this looks like
33
+
33
34
```bash
34
35
R -e 'devtools::document()'
35
36
python -m http.server -d docs
36
37
```
37
38
38
39
## Versioning
39
40
40
-
Please follow the guidelines in the PR template document (reproduced here):
41
-
42
-
-[ ] Make sure this PR is against "dev", not "main".
43
-
-[ ] Request a review from one of the current epipredict main reviewers:
44
-
dajmcdon.
45
-
-[ ] Makes sure to bump the version number in `DESCRIPTION` and `NEWS.md`.
46
-
Always increment the patch version number (the third number), unless you are
47
-
making a release PR from dev to main, in which case increment the minor
48
-
version number (the second number).
49
-
-[ ] Describe changes made in NEWS.md, making sure breaking changes
50
-
(backwards-incompatible changes to the documented interface) are noted.
51
-
Collect the changes under the next release number (e.g. if you are on
52
-
0.7.2, then write your changes under the 0.8 heading).
41
+
Please follow the guidelines in the [PR template document](.github/pull_request_template.md).
0 commit comments