Commit bdefe0c
add .readthedocs.yaml file with default build approach (#166)
* add .readthedocs.yaml file with default build approach
* move files out source dir in docs
* add requirements sphinx-rtd-theme in docs
* moved documentation files to source back
* remove pre_build. no target doc found
* move conf.py in docs directory
* regenerated conf.py
* added extenstion to doc gen
* add _static to build docs
* fixed issue with autodoc
* fixed path to sources of pygats
* fix for conf.py
* add make html
* debug building online
* playing with path to src of pygats
* changed theme
* debug of path to module
* fix recog
* debug module path
* debugging pygats.pygats
* another debug
* more debug
* fix recog module
* +1 debug
* fix misc module
* test for pygats docs
* test for pygats docs
* test for pygats docs
* return pygats
* change path in conf.py
* clear cash
* revert Makefile
* revert path
* test for pygats docs
* revert doc pygats and add clean for build
* revert
* change imports
* change imports
* change imports for pygats
* change imports for pygats
* change imports for misc
* change imports for pygats
* revert imports
* add new path for requirements
* add new path for requirements
* change imports
* change imports
* change imports
* change imports for pygats
* change path for conf.py
* change path for conf.py
* change path for conf.py
* change path for conf.py + add imports in init
* change imports in formatters, pygats, recog
* remove imports init
* remove imports init
* revert path in conf.py
* test with requirements fix
* test with requirements fix
* clear up docs/requirements
* add new depen in pyproject.toml
* fix path in conf.py
* fix path in conf.py
* fix path in conf.py
* add new depend in requirements
* fix pygats in docs
* mock pyautogui
* add depend..
* change levenshtein
* return python_Levenshtein and mock it
* change python version for docs
* add class ROI for recog
* add functions for recog docs
* add functions for misc docs
* revert misc
* add functions for misc docs
* add functions for formatters docs
* add functions for pygats and recog docs
* remove double pygats for all files
* change path
* change path
* change path 2 remove double pygats
* would like to check logs
* change path 2 remove double pygats
* test with rename folder
* test with rename folder
* revert name folder
* revert name folder
* change path in conf.py
* change import in recog
* revert import in recog and docs path
* change path in api.rst
* revert imports
* change imports in misc and recog
* remove double pygats
* remove double pygats
* revert imports
* remove double pygat
* remove double pygats
* try to prohibit full module names
* try to fix double path
* revert all
* try to prohibit full module names
* add functions in init
* remove ban on modules
* change imports for recog and misc
* change imports for recog and misc
* revert all
* add whitespace for init.py in pygats
* test Google-style support docstring
---------
Co-authored-by: Sysoev, Vladimir <i@vsysoev.ru>
Co-authored-by: Иван Горбунов <muervos@muervos.muervos>1 parent fc6f616 commit bdefe0c
10 files changed
Lines changed: 86 additions & 119 deletions
File tree
- docs
- _static
- source
- src/pygats
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
1 | 16 | | |
2 | | - | |
| 17 | + | |
3 | 18 | | |
| 19 | + | |
4 | 20 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 21 | + | |
| 22 | + | |
9 | 23 | | |
10 | 24 | | |
11 | 25 | | |
| |||
14 | 28 | | |
15 | 29 | | |
16 | 30 | | |
17 | | - | |
| 31 | + | |
| 32 | + | |
18 | 33 | | |
19 | 34 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 35 | | |
| 36 | + | |
27 | 37 | | |
28 | | - | |
| 38 | + | |
29 | 39 | | |
30 | | - | |
31 | 40 | | |
32 | | - | |
33 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments