You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Digital Ocean provides an extensive <a href="https://www.digitalocean.com/community/articles/how-to-use-the-bottle-micro-framework-to-develop-python-web-apps">introductory post on Bottle</a>.</p>
3548
3550
</li>
3549
3551
<li>
3552
+
<p><a href="https://www.youtube.com/watch?v=qakG9BYJ1tw&list=PLqrz4nXepkz63z1y4-oHfZHWy11gSoAn0">First Steps with Python and Bottle</a>
3553
+
is a quick 4 minute introduction that I created for developers so they
3554
+
can get the simplest possible Bottle web app running. There is also a
3555
+
<a href="https://www.twilio.com/blog/2016/11/first-steps-python-bottle-web-framework.html">companion blog post with the code</a>.</p>
3556
+
</li>
3557
+
<li>
3550
3558
<p><a href="https://www.twilio.com/blog/2016/08/getting-started-python-bottle-twilio-sms-mms.html">Getting Started with Python, Bottle and Twilio SMS / MMS</a>
3551
3559
shows how to build a simple Bottle web application that can send and
3552
3560
receive text and picture messages.
@@ -3597,11 +3605,6 @@ <h2>Bottle resources</h2>
3597
3605
shows how to use Jinja instead of the built-in templating engine for
3598
3606
Bottle page rendering.</p>
3599
3607
</li>
3600
-
<li>
3601
-
<p><a href="http://joemartaganna.com/jtblog/how-to-build-a-web-app-using-bottle-with-jinja2-in-google-app-engine.html">How to build a web app using Bottle with Jinja2 in Google App Engine</a>
3602
-
provides a tutorial for using Bottle on the Google App Engine
"<a href="https://twitter.com/_tomchristie/status/805861272076042241">McDocs</a>" with
4924
+
a Scottish accent or perhaps "Make Docs" otherwise, is a static site
4925
+
generator that combines Markdown content with
4926
+
<a href="/jinja2.html">Jinja2 templates</a> to produce websites. MkDocs uses
4927
+
a YAML configuration file and can optionally use themes to easy change the
4928
+
look-and-feel of the documentation output.</p>
4929
+
<p><a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
4930
+
<h2>What's great about MkDocs?</h2>
4931
+
<p>MkDocs has three great features for a static site generator: </p>
4932
+
<ol>
4933
+
<li>search</li>
4934
+
<li>easy configuration</li>
4935
+
<li>drop-in themes</li>
4936
+
</ol>
4937
+
<div class="well see-also">MkDocs is an implementation of the <a href="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
4938
+
4939
+
<h2>MkDocs resources</h2>
4940
+
<ul>
4941
+
<li>
4942
+
<p>The official
4943
+
<a href="http://www.mkdocs.org/#getting-started">Getting Started with MkDocs</a>
4944
+
is likely the best place to go when you are just getting set up with your
4945
+
first site that uses this project.</p>
4946
+
</li>
4947
+
<li>
4948
+
<p><a href="http://toolsfortheweb.net/cms/building-markdown-based-sites-with-mkdocs/">Building Markdown-based Sites with MkDocs</a>
4949
+
provides an initial perspective on using MkDocs to build a static website
4950
+
along with some of the advantages and disadvantages that come with using
4951
+
this static site generator.</p>
4952
+
</li>
4953
+
<li>
4954
+
<p><a href="https://visibilityspots.org/mkdocs.html">Mkdocs documentation</a> is a quick
4955
+
tutorial to get MkDocs installed and modify the initial mkdocs.yml file.</p>
4956
+
</li>
4957
+
<li>
4958
+
<p><a href="http://www.dougalmatthews.com/2015/Jun/27/mkdocs-making-strides/">MkDocs making strides</a>
4959
+
is a post from one of the project's core commiters on some changes that
4960
+
greatly improved the project such as site regeneration during development
4961
+
when a file is modified, search, the command-line client and packageable
4962
+
theming.</p>
4963
+
</li>
4916
4964
</ul>
4917
4965
<h1>WebSockets</h1>
4918
4966
<p>A WebSocket is a <a href="http://tools.ietf.org/html/rfc6455">standard protocol</a> for
0 commit comments