mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
tweaking the folder names again
hopefully that's the last of it
This commit is contained in:
parent
1d361f5fe4
commit
5876866565
535 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
--------------
|
||||
|
|
0
lib-python/.gitignore → pylib/.gitignore
vendored
0
lib-python/.gitignore → pylib/.gitignore
vendored
0
anki-qt/.gitignore → qt/.gitignore
vendored
0
anki-qt/.gitignore → qt/.gitignore
vendored
|
@ -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
Loading…
Reference in a new issue