Skip to content

Commit

Permalink
docs: convert readme to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pavdmyt committed Oct 19, 2024
1 parent 1c56ff6 commit 78754d3
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 483 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check-fmt:

.PHONY: spellcheck
spellcheck:
@cspell -c .cspell.json $(name)/*.py tests/*.py examples/*.py README.rst HISTORY.rst pyproject.toml Makefile
@cspell -c .cspell.json $(name)/*.py tests/*.py examples/*.py README.md HISTORY.rst pyproject.toml Makefile

.PHONY: clean
clean:
Expand Down
Loading

0 comments on commit 78754d3

Please sign in to comment.