tweaking the folder names again

hopefully that's the last of it
This commit is contained in:
Damien Elmes 2020-01-03 07:48:38 +10:00
parent 1d361f5fe4
commit 5876866565
535 changed files with 12 additions and 13 deletions

View file

@ -36,14 +36,13 @@ of http://ankisrs.net/docs/manual.html#_contributing
Subcomponents
--------------
- pylib contains a Python module (anki) with most of the non-GUI code.
- qt contains the Qt GUI implementation (aqt).
- rspy contains a Python module (ankirspy) for accessing the Rust code.
- rslib contains the parts of the code implemented in Rust. This
is only a tiny subsection at the moment.
- proto contains the interface used to communicate between the Rust and
Python code.
- lib-rust contains the parts of the code implemented in Rust. This
is only a tiny subsection at the moment.
- lib-rspy contains a Python module (ankirspy) for accessing the Rust code.
- lib-python contains a Python module (anki) that covers all of the work
not related to the user interface.
- anki-qt contains the Qt GUI implementation (aqt).
Helper scripts
--------------

View file

View file

@ -62,12 +62,12 @@ JSDEPS := $(patsubst ts/src/%.ts, web/%.js, $(TSDEPS))
# Checking python
######################
LIBPY := ../lib-python
PYLIB := ../pylib
CHECKDEPS := $(shell find aqt tests -name '*.py')
.build/mypy: $(CHECKDEPS) .build/qt-stubs
MYPYPATH=$(LIBPY) mypy aqt
MYPYPATH=$(PYLIB) mypy aqt
@touch $@
.build/test: $(CHECKDEPS)

Some files were not shown because too many files have changed in this diff Show more