Skip to content

Commit 86f85e4

Browse files
committed
Rename doc/ folder to docs/
1 parent c92997f commit 86f85e4

8 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ support for these varies wildly across different terminals.
105105

106106
## Examples
107107

108-
![Example output](doc/example.png)
108+
![Example output](docs/example.png)
109109

110110
The following code creates a `ColoredFormatter` for use in a logging setup,
111111
using the default values for each argument.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ commands = pytest -v
77

88
[testenv:black]
99
deps = black
10-
commands = black --check --diff colorlog doc
10+
commands = black --check --diff colorlog docs
1111
skip_install = true
1212

1313
[testenv:flake8]
1414
deps = flake8
15-
commands = flake8 colorlog doc
15+
commands = flake8 colorlog docs
1616
skip_install = true
1717

1818
[testenv:mypy]
1919
deps =
2020
mypy
2121
types-PyYAML
22-
commands = mypy colorlog doc
22+
commands = mypy colorlog docs
2323
skip_install = true

0 commit comments

Comments
 (0)