Skip to content

Commit f8ddac6

Browse files
committed
style: update to CODE-OF-CONDUCT.rst, requirements/tests.text and docs/ according to new group standard.
1 parent 988f1f1 commit f8ddac6

27 files changed

+26
-3
lines changed
File renamed without changes.

README.rst

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

137137
Improvements and fixes are always appreciated.
138138

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

141141
Contact
142142
-------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/source/conf.py renamed to docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"github_user": "diffpy",
141141
"github_repo": "diffpy.utils",
142142
"github_version": "main",
143-
"conf_py_path": "/doc/source/",
143+
"conf_py_path": "/docs/source/",
144144
}
145145

146146
# Theme options are theme-specific and customize the look and feel of a theme
@@ -223,7 +223,7 @@
223223

224224
# Output file base name for HTML help builder.
225225
basename = "diffpy.utils".replace(" ", "").replace(".", "")
226-
htmlhelp_basename = basename + "doc"
226+
htmlhelp_basename = basename + "docs"
227227

228228

229229
# -- Options for LaTeX output ---------------------------------------------
File renamed without changes.

0 commit comments

Comments
 (0)