Skip to content

Commit

Permalink
flask: add link to book reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bakera committed Jul 15, 2021
1 parent b053347 commit 85e5d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flask/flask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,8 @@
"\n",
"* [Flask Quickstart](https://flask.palletsprojects.com/en/2.0.x/quickstart/)\n",
"* [awesome flask](https://github.com/humiaozuzu/awesome-flask)\n",
"* [flask-autodoc](https://github.com/acoomans/flask-autodoc)"
"* [flask-autodoc](https://github.com/acoomans/flask-autodoc)\n",
"* [Building Web Apps with Python and Flask (Buch)](https://bpbonline.com/products/building-web-apps-with-python-and-flask?_pos=1&_sid=ad8ddb69d&_ss=r)"
]
}
],
Expand All @@ -1170,7 +1171,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down
1 change: 1 addition & 0 deletions flask/flask_final.html
Original file line number Diff line number Diff line change
Expand Up @@ -15486,6 +15486,7 @@ <h2 id="Weitere-Infos">Weitere Infos<a class="anchor-link" href="#Weitere-Infos"
<li><a href="https://flask.palletsprojects.com/en/2.0.x/quickstart/">Flask Quickstart</a></li>
<li><a href="https://github.com/humiaozuzu/awesome-flask">awesome flask</a></li>
<li><a href="https://github.com/acoomans/flask-autodoc">flask-autodoc</a></li>
<li><a href="https://bpbonline.com/products/building-web-apps-with-python-and-flask?_pos=1&amp;_sid=ad8ddb69d&amp;_ss=r">Building Web Apps with Python and Flask (Buch)</a></li>
</ul>

</div>
Expand Down

0 comments on commit 85e5d49

Please sign in to comment.