Skip to content

Commit 551245a

Browse files
authored
Merge pull request #65 from zmx27/update-names
style: rename CODE_OF_CONDUCT.rst, doc folder, and requirements/test.txt file to comply with new group standards
2 parents b289f69 + b3399b7 commit 551245a

29 files changed

+28
-5
lines changed

.flake8

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

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conda install pip -y
4343
conda config --set always_yes yes --set changeps1 no
4444
conda install --file requirements/conda.txt -y
45-
conda install --file requirements/test.txt -y
45+
conda install --file requirements/tests.txt -y
4646
python -m pip install . --no-deps
4747
4848
- name: Validate diffpy.pdfgui

.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
@@ -144,7 +144,7 @@ trying to commit again.
144144

145145
Improvements and fixes are always appreciated.
146146

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

149149
Contact
150150
-------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)