Skip to content

Commit aa3cdb4

Browse files
committed
style: use CODE-OF-CONDUCT.rst, tests.txt and docs
1 parent 75f570d commit aa3cdb4

File tree

103 files changed

+62
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+62
-80
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

.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

LICENSE.rst

Lines changed: 9 additions & 13 deletions

doc/source/api/diffpy.srfit.example_package.rst

Lines changed: 0 additions & 31 deletions
This file was deleted.

doc/source/api/diffpy.srfit.rst

Lines changed: 0 additions & 30 deletions
This file was deleted.

doc/source/snippets/.placeholder

Whitespace-only changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The examples described below will go into detail about each of these points.
4848

4949
## Examples
5050

51-
The following examples are contained in the _doc/examples/_ directory of the
51+
The following examples are contained in the _docs/examples/_ directory of the
5252
SrFit source distribution. They can be downloaded from
5353
http://dev.danse.us/packages/srfit_examples-alpha9.zip
5454

0 commit comments

Comments
 (0)