move base/ to the root directory
This commit is contained in:
Родитель
f760ed32ac
Коммит
2cb3a62bd6
|
@ -5,6 +5,6 @@ TODO.txt
|
|||
*.db
|
||||
.*.swp
|
||||
docs_build_dir
|
||||
*/dist
|
||||
dist
|
||||
.coverage
|
||||
base/.coverage-html
|
||||
.coverage-html
|
||||
|
|
|
@ -42,7 +42,7 @@ RelengAPI is a [Flask](http://flask.pocoo.org/) application. It is composed of
|
|||
Each distribution can contain several [Flask Blueprints](http://flask.pocoo.org/docs/blueprints/) -- web application components.
|
||||
Each Git repository can contain multiple distributions.
|
||||
|
||||
The base is in the `relengapi` distribution, implemented in `base/`.
|
||||
The base is in the `relengapi` distribution, implemented in this package.
|
||||
It implements the root app, with lots of common support functionality, and a number of blueprints.
|
||||
It also searches its python environment for other distributions that can provide blueprints for the Releng API.
|
||||
These act as plugins, adding extra endpoints and other functionality to the API.
|
||||
|
|
|
@ -4,4 +4,4 @@ statistics = yes
|
|||
count = yes
|
||||
max-line-length = 100
|
||||
# exclude the Sphinx config file
|
||||
exclude = base/relengapi/blueprints/docs/src/conf.py
|
||||
exclude = relengapi/blueprints/docs/src/conf.py
|
До Ширина: | Высота: | Размер: 15 KiB После Ширина: | Высота: | Размер: 15 KiB |
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче