Skip to content

Commit 269ce89

Browse files
authored
Merge pull request #122 from sbillinge/license
fix: license designation in pyproject.toml
2 parents 366157d + 42daa6a commit 269ce89

File tree

101 files changed

+38
-18
lines changed

Some content is hidden

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

101 files changed

+38
-18
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
File renamed without changes.

doc/examples/README renamed to docs/examples/README

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

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)