Skip to content

Commit c2d9599

Browse files
authored
Merge pull request #142 from ycexiao/naming-standard
style: use `CODE-OF-CONDUCT.rst`, `tests.txt` and `docs`
2 parents edc5bd0 + d6541e9 commit c2d9599

File tree

20 files changed

+28
-5
lines changed

20 files changed

+28
-5
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude =
44
__pycache__,
55
build,
66
dist,
7-
doc/source/conf.py
7+
docs/source/conf.py
88
max-line-length = 115
99
# Ignore some style 'errors' produced while formatting by 'black'
1010
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Please let the maintainer know that all checks are done and the package is ready
3434
<!-- After the maintainer releases the PyPI package, please check the following when creating a PR for conda-forge release.-->
3535

3636
- [ ] Ensure that the full release has appeared on PyPI successfully.
37-
- [ ] New package dependencies listed in `conda.txt` and `test.txt` are added to `meta.yaml` in the feedstock.
37+
- [ ] New package dependencies listed in `conda.txt` and `tests.txt` are added to `meta.yaml` in the feedstock.
3838
- [ ] Close any open issues on the feedstock. Reach out to the maintainer if you have questions.
3939
- [ ] Tag the maintainer for conda-forge release.
4040

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ python:
1010
- requirements: requirements/docs.txt
1111

1212
sphinx:
13-
configuration: doc/source/conf.py
13+
configuration: docs/source/conf.py
File renamed without changes.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ trying to commit again.
170170

171171
Improvements and fixes are always appreciated.
172172

173-
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.pdffit2/blob/main/CODE_OF_CONDUCT.rst>`_.
173+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.pdffit2/blob/main/CODE-OF-CONDUCT.rst>`_.
174174

175175
Contact
176176
-------
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"github_user": "diffpy",
145145
"github_repo": "diffpy.pdffit2",
146146
"github_version": "main",
147-
"conf_py_path": "/doc/source/",
147+
"conf_py_path": "/docs/source/",
148148
}
149149

150150
# Theme options are theme-specific and customize the look and feel of a theme

0 commit comments

Comments
 (0)