Skip to content

Commit d5be0fa

Browse files
authored
Formatting docs (#176)
* Revise a few more docstrings. * Format docstring to show up nicely on rendered api docs. * More formatting, mainly to make docstrings look good on PyCharm as well. * v4.0.7.
1 parent 593eaf0 commit d5be0fa

File tree

3 files changed

+127
-68
lines changed

3 files changed

+127
-68
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/.idea/
1313
/.eggs/
1414
/stockfish.egg-info/
15+
/stockfish/.idea
1516
/build/
1617
/dist/
1718
/venv/
@@ -21,3 +22,4 @@ coverage.xml
2122
.coverage*
2223
docs/
2324
.vscode/
25+
.spyproject/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stockfish"
7-
version = "4.0.6"
7+
version = "4.0.7"
88
description = "Wraps the open-source Stockfish chess engine for easy integration into python."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)