Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 4f3faff

Browse files
committed
Updated problem sets
Removed documentation (#11). Updated project dependencies to newer versions (#10). Added py.typed mypy marker to wrw_game package. Updated project documentation according to applied changes.
1 parent 12b8fd2 commit 4f3faff

File tree

10 files changed

+72
-528
lines changed

10 files changed

+72
-528
lines changed

README.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,28 +68,12 @@ It's also include to the project's deps, run it with:
6868
6969
poetry run tox
7070
71-
Building documentation
72-
----------------------
73-
74-
It's good to have well documented functions and classes. This project has no
75-
purpose to generate documents, but since it is a part of a bigger one project
76-
it's good to get docstrings here. Sphinx documentation generator is included
77-
to dev-dependencies. You can use it to check the documentation builds:
78-
79-
.. code-block::
80-
81-
poetry run sphinx-build -b html docs _build
82-
83-
An **index.html** file will be generated inside of **_build** directory. Check
84-
it to review the documentation.
85-
8671
Project structure
8772
=================
8873

8974
::
9075

9176
/problem-sets
92-
|-- docs/
9377
|-- src/
9478
|-- tests/
9579

docs/conf.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/conv_store.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/primes.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/sequences.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/sorting.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)