Skip to content

Commit

Permalink
Document ethash.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Feb 5, 2024
1 parent 7738cc2 commit 4d95303
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 174 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.py]
max_line_length = 79
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ transform = [
"docc.python.transform",
"docc.verbatim.transform",
"docc.mistletoe.transform",
"docc.mistletoe.reference",
"ethereum_spec_tools.docc.fix-indexes",
"ethereum_spec_tools.docc.minimize-diffs",
"docc.references.index",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ lint =
flake8-spellcheck==0.28.0

doc =
docc>=0.1.0,<0.2.0
docc>=0.2.0,<0.3.0
fladrif>=0.2.0,<0.3.0

optimized =
Expand Down
Loading

0 comments on commit 4d95303

Please sign in to comment.