flask/docs
pgjones f92e820b4b
Nested blueprints
This allows blueprints to be nested within blueprints via a new
Blueprint.register_blueprint method. This should provide a use case
that has been desired for the past ~10 years.

This works by setting the endpoint name to be the blueprint names,
from parent to child delimeted by "." and then iterating over the
blueprint names in reverse order in the app (from most specific to
most general). This means that the expectation of nesting a blueprint
within a nested blueprint is met.
2021-04-14 09:25:42 -07:00
..
_static update docs for new theme 2019-09-24 06:35:10 -07:00
deploying Merge branch '1.1.x' 2020-11-04 18:25:37 -08:00
patterns use Jinja's tojson filter 2021-02-01 22:48:09 -08:00
tutorial remove BaseRequest and BaseResponse 2021-01-29 10:52:48 -08:00
advanced_foreword.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
api.rst use Jinja's tojson filter 2021-02-01 22:48:09 -08:00
appcontext.rst Merge branch '1.1.x' 2020-11-04 18:25:37 -08:00
async-await.rst update async docs 2021-04-06 15:33:06 -07:00
becomingbig.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
blueprints.rst Nested blueprints 2021-04-14 09:25:42 -07:00
changes.rst docs rename changelog to changes 2021-02-24 10:09:38 -08:00
cli.rst Add command switch tabs for Bash, CMD and Powershell with sphinx-tabs (#3714) 2020-10-15 14:08:37 -07:00
conf.py update project links 2021-02-24 10:09:15 -08:00
config.rst move send_file and send_from_directory to Werkzeug 2020-11-05 09:27:52 -08:00
contributing.rst update development resources 2017-05-28 10:26:07 -07:00
debugging.rst Add command switch tabs for Bash, CMD and Powershell with sphinx-tabs (#3714) 2020-10-15 14:08:37 -07:00
design.rst update async docs 2021-04-06 15:33:06 -07:00
errorhandling.rst simplify InternalServerError.original_exception 2021-01-29 11:26:17 -08:00
extensiondev.rst Remove the mention of Flask-OAuth in the extension dev docs 2021-02-19 22:59:09 +08:00
extensions.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
foreword.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
htmlfaq.rst removing outdated xhtml information (#3802) 2020-10-21 14:13:41 -07:00
index.rst update async docs 2021-04-06 15:33:06 -07:00
installation.rst Add command switch tabs for Bash, CMD and Powershell with sphinx-tabs (#3714) 2020-10-15 14:08:37 -07:00
license.rst docs rename changelog to changes 2021-02-24 10:09:38 -08:00
logging.rst mention default logging level 2019-09-23 12:17:46 -07:00
make.bat update docs for new theme 2019-09-24 06:35:10 -07:00
Makefile update docs for new theme 2019-09-24 06:35:10 -07:00
quickstart.rst Merge branch '1.1.x' 2020-11-04 18:25:37 -08:00
reqcontext.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
security.rst Merge remote-tracking branch 'origin/1.1.x' 2020-06-07 16:50:17 -07:00
server.rst Add command switch tabs for Bash, CMD and Powershell with sphinx-tabs (#3714) 2020-10-15 14:08:37 -07:00
shell.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
signals.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
templating.rst use Jinja's tojson filter 2021-02-01 22:48:09 -08:00
testing.rst remove BaseRequest and BaseResponse 2021-01-29 10:52:48 -08:00
views.rst remove unused ref directives 2020-04-04 12:57:14 -07:00