Skip to content

Commit

Permalink
Fix/mypy issues (#52)
Browse files Browse the repository at this point in the history
* Fix mypy issues

* Rework docs
  • Loading branch information
barseghyanartur authored Dec 17, 2023
1 parent ef39268 commit be61321
Show file tree
Hide file tree
Showing 28 changed files with 216 additions and 803 deletions.
1 change: 1 addition & 0 deletions docs/_static/examples/factories/django/article/models.py
46 changes: 0 additions & 46 deletions docs/_static/examples/factories/django_factories_1.py

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_static/examples/factories/django_models_1.py

This file was deleted.

1 change: 1 addition & 0 deletions docs/_static/examples/factories/pydantic/article/models.py
41 changes: 0 additions & 41 deletions docs/_static/examples/factories/pydantic_factories_1.py

This file was deleted.

36 changes: 0 additions & 36 deletions docs/_static/examples/factories/pydantic_models_1.py

This file was deleted.

1 change: 1 addition & 0 deletions docs/_static/examples/factories/sqlalchemy/config.py
1 change: 1 addition & 0 deletions docs/_static/examples/factories/tortoise/article/models.py
41 changes: 0 additions & 41 deletions docs/_static/examples/factories/tortoise_factories_1.py

This file was deleted.

36 changes: 0 additions & 36 deletions docs/_static/examples/factories/tortoise_models_1.py

This file was deleted.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
# html_extra_path = ["examples"]

prismjs_base = "//cdnjs.cloudflare.com/ajax/libs/prism/1.29.0"

Expand Down
Loading

0 comments on commit be61321

Please sign in to comment.