Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpicard/explore-flask
Source of Explore Flask book
https://github.com/rpicard/explore-flask
flask python
Last synced: 6 days ago
JSON representation
Source of Explore Flask book
- Host: GitHub
- URL: https://github.com/rpicard/explore-flask
- Owner: rpicard
- Created: 2013-11-16T12:23:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T06:42:53.000Z (about 1 year ago)
- Last Synced: 2024-11-21T03:26:48.673Z (22 days ago)
- Topics: flask, python
- Language: Python
- Homepage: http://exploreflask.com
- Size: 2.86 MB
- Stars: 1,693
- Watchers: 68
- Forks: 199
- Open Issues: 41
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- starred-awesome - explore-flask - Source of Explore Flask book (Python)
- awesome-hacking-lists - rpicard/explore-flask - Source of Explore Flask book (Python)
- jimsghstars - rpicard/explore-flask - Source of Explore Flask book (Python)
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.