Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 1.48 KB

index.rst

File metadata and controls

88 lines (55 loc) · 1.48 KB

Bootstrap-Flask

Bootstrap-Flask is a collection of Jinja macros for Bootstrap and Flask. It helps you to render Flask-related data and objects to Bootstrap markup HTML more easily.

Contents

.. toctree::
   :maxdepth: 2

   basic
   macros
   migrate
   advanced
   examples


API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

.. toctree::
   :maxdepth: 2

   api


Changelog

.. toctree::
   :maxdepth: 2

   changelog


Development

We welcome all kinds of contributions. You can build the development environment locally with the following commands:

$ git clone git@github.com:helloflask/bootstrap-flask.git
$ cd bootstrap-flask
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -e .
$ pip install -r requirements/dev.txt

Run the tests with pytest:

$ pytest

Or run the full checks with tox:

$ tox

Authors

Maintainers:

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License (see the LICENSE file for details). Some macros were part of Flask-Bootstrap and were modified under the terms of its BSD License.