Skip to content

Commit e39a93c

Browse files
committed
Merge branch 'main' of github.com:py-pkgs/py-pkgs-cookiecutter into main
2 parents aae15fc + ce26836 commit e39a93c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Py-Pkgs-Cookiecutter: A cookiecutter template for Python packages
22

3-
[![Documentation Status](https://readthedocs.org/projects/py-pkgs-cookiecutter/badge/?version=latest)](https://py-pkgs-cookiecutter.readthedocs.io/en/latest/?badge=latest)
3+
[![Documentation Status](https://readthedocs.org/projects/py-pkgs-cookiecutter/badge/?version=latest)](https://py-pkgs-cookiecutter.readthedocs.io/en/latest/)
44
![tests](https://github.com/py-pkgs/py-pkgs-cookiecutter/workflows/test/badge.svg)
55
[![release](https://img.shields.io/github/release/py-pkgs/py-pkgs-cookiecutter.svg)](https://github.com/py-pkgs/py-pkgs-cookiecutter/releases)
66
[![python](https://img.shields.io/badge/python-%5E3.8-blue)]()
@@ -16,7 +16,7 @@
1616

1717
## Usage
1818

19-
Please see the [documentation](https://readthedocs.org/projects/py-pkgs-cookiecutter/badge/?version=latest) for more detail on using `py-pkgs-cookiecutter`. We provide the fundamental steps below:
19+
Please see the [documentation](https://py-pkgs-cookiecutter.readthedocs.io/en/latest/) for more detail on using `py-pkgs-cookiecutter`. We provide the fundamental steps below:
2020

2121
1. Install [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/):
2222

@@ -30,7 +30,7 @@ Please see the [documentation](https://readthedocs.org/projects/py-pkgs-cookiecu
3030
cookiecutter https://github.com/py-pkgs/py-pkgs-cookiecutter.git
3131
```
3232

33-
3. After responding to the prompts you should have a directory structure similar to that shown below. To learn more about the contents of this directory structure, please see the `py-pkgs-cookiecutter` [documentation](https://readthedocs.org/projects/py-pkgs-cookiecutter/badge/?version=latest).
33+
3. After responding to the prompts you should have a directory structure similar to that shown below. To learn more about the contents of this directory structure, please see the `py-pkgs-cookiecutter` [documentation](https://py-pkgs-cookiecutter.readthedocs.io/en/latest/).
3434

3535
```text
3636
pkg
@@ -73,4 +73,4 @@ Interested in contributing? Check out the [Contributing Guidelines](https://py-p
7373

7474
## Acknowledgements
7575

76-
`py-pkgs-cookiecutter` was originally developed for use in the University of British Columbia's (UBC) `Master of Data Science`_ program (MDS). It was inspired by the pyOpenSci `cookiecutter` [template](https://github.com/pyOpenSci/cookiecutter-pyopensci).
76+
`py-pkgs-cookiecutter` was originally developed for use in the University of British Columbia's (UBC) `Master of Data Science`_ program (MDS). It was inspired by the pyOpenSci `cookiecutter` [template](https://github.com/pyOpenSci/cookiecutter-pyopensci).

0 commit comments

Comments
 (0)