Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpicard/explore-flask

Source of Explore Flask book
https://github.com/rpicard/explore-flask

flask python

Last synced: about 2 months ago
JSON representation

Source of Explore Flask book

Awesome Lists containing this project

README

        

Explore Flask
=============

Welcome to the *Explore Flask* repository. This is where the reStructuredText
source of the book lives. If you're looking to read the book itself, `go here
`_.

Contributing
------------

If you have some ideas for the book, you can open up an issue in the issue tracker
or submit a pull request. If you're making some big changes, it's probably best
to suggest them first in the issue tracker so we can discuss whether or not they
belong in the book before you do all of the work.

Contributions are all placed in the public domain like the rest of the text.

Building
--------

Just ``cd`` into the repo and run ``sphinx-build -b html source/ build/`` to build
the website. Feel free to try your hand at building other formats, but HTML is
the only officially supported one right now.