|
1 |
| -# Contributing Guide for the Python open source software packaging book |
| 1 | +# Contributing Guide for the Python open source software packaging book |
2 | 2 |
|
3 | 3 | This is a community resource. We welcome contributions in the form of issues and/or pull requests to this guide.
|
4 | 4 |
|
5 |
| -* If you have an idea for something that should be included in the guide, [please open an issue here](https://github.com/pyOpenSci/python-package-guide/issues). |
6 |
| -* If you find a typo, feel free to [submit a pull request](https://github.com/pyOpenSci/python-package-guide/pulls) to modify the text directly. Or, if you are less comfortable with pull requests, feel free to open an issue. |
7 |
| -* If you want to see a larger change to the content of the guide book, please submit an issue first! |
| 5 | +* If you have an idea for something that should be included in the guide, [please open an issue here](https://github.com/pyOpenSci/python-package-guide/issues). |
| 6 | +* If you find a typo, feel free to [submit a pull request](https://github.com/pyOpenSci/python-package-guide/pulls) to modify the text directly. Or, if you are less comfortable with pull requests, feel free to open an issue. |
| 7 | +* If you want to see a larger change to the content of the guide book, please submit an issue first! |
8 | 8 |
|
9 | 9 | ## How this guide structured
|
10 | 10 |
|
11 | 11 | Most of this repository is structured for **Sphinx**, a documentation engine built in `Python`. We are using the Sphinx Book Theme and the `myST` syntax to create each page in this book.
|
12 | 12 |
|
13 |
| -If you wish to contribute by working on the guide book locally, you |
14 |
| -will first need to |
| 13 | +If you wish to contribute by working on the guide book locally, you |
| 14 | +will first need to |
15 | 15 |
|
16 |
| -1. Fork this repository |
| 16 | +1. Fork this repository |
17 | 17 | 2. Clone it locally
|
18 |
| -3. Build the documentation locally |
| 18 | +3. Build the documentation locally |
19 | 19 |
|
20 | 20 | ## Instructions for building the documentation locally on your computer
|
21 | 21 |
|
22 |
| -The easiest way to build the documentation in this repository is to use `nox`, |
| 22 | +The easiest way to build the documentation in this repository is to use `nox`, |
23 | 23 | a tool for quickly building environments and running commands within them.
|
24 | 24 | Nox ensures that your environment has all the dependencies needed to build the documentation.
|
25 | 25 |
|
|
0 commit comments