Skip to content

Commit 9ee7230

Browse files
committed
reorganizing content
1 parent 944fb67 commit 9ee7230

22 files changed

+41
-31
lines changed

content/pages/04-web-development/04-flask.markdown renamed to content/pages/04-web-development/03-flask.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Flask
22
category: page
33
slug: flask
4-
sortorder: 0704
4+
sortorder: 0403
55
toc: False
66
sidebartitle: Flask
77
meta: Flask is a popular, extensible web microframework for building web applications with Python.

content/pages/04-web-development/05-bottle.markdown renamed to content/pages/04-web-development/04-bottle.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Bottle
22
category: page
33
slug: bottle
4-
sortorder: 0705
4+
sortorder: 0404
55
toc: False
66
sidebartitle: Bottle
77
meta: Bottle is a Python web framework contained within a single source file. Learn more about Bottle on Full Stack Python.

content/pages/04-web-development/06-pyramid.markdown renamed to content/pages/04-web-development/05-pyramid.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Pyramid
22
category: page
33
slug: pyramid
4-
sortorder: 0706
4+
sortorder: 0405
55
toc: False
66
sidebartitle: Pyramid
77
meta: Pyramid is a Python web framework that grew out of the Pylons project. Learn more about Pyramid on Full Stack Python.

content/pages/04-web-development/07-falcon.markdown renamed to content/pages/04-web-development/06-falcon.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Falcon
22
category: page
33
slug: falcon
4-
sortorder: 0707
4+
sortorder: 0406
55
toc: False
66
sidebartitle: Falcon
77
meta: Falcon is a Python web framework designed for building fast RESTful APIs with minimal external dependencies.

content/pages/04-web-development/08-morepath.markdown renamed to content/pages/04-web-development/07-morepath.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Morepath
22
category: page
33
slug: morepath
4-
sortorder: 0708
4+
sortorder: 0407
55
toc: False
66
sidebartitle: Morepath
77
meta: Morepath is a Python web framework with a model-driven design approach. Learn more about Morepath on Full Stack Python.

content/pages/04-web-development/09-sanic.markdown renamed to content/pages/04-web-development/08-sanic.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Sanic
22
category: page
33
slug: sanic
4-
sortorder: 0709
4+
sortorder: 0408
55
toc: False
66
sidebartitle: Sanic
77
meta: Sanic is a Python web framework built with uvloop and designed for fast HTTP responses via asynchronous request handling.

content/pages/04-web-development/10-other-web-frameworks.markdown renamed to content/pages/04-web-development/09-other-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Other Web Frameworks
22
category: page
33
slug: other-web-frameworks
4-
sortorder: 0710
4+
sortorder: 0409
55
toc: False
66
sidebartitle: Other Web Frameworks
77
meta: Python has many web frameworks with differing philosophies. Learn more about frameworks on Full Stack Python.

content/pages/04-web-development/11-template-engines.markdown renamed to content/pages/04-web-development/10-template-engines.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Template Engines
22
category: page
33
slug: template-engines
4-
sortorder: 0712
4+
sortorder: 0410
55
toc: False
66
sidebartitle: Template Engines
77
meta: Template engines provide programmatic output of formatted string content such as HTML, XML or PDF.

content/pages/04-web-development/12-jinja2.markdown renamed to content/pages/04-web-development/11-jinja2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Jinja2
22
category: page
33
slug: jinja2
4-
sortorder: 0713
4+
sortorder: 0411
55
toc: False
66
sidebartitle: Jinja2
77
meta: Jinja2 is a template engine written in Python for outputting formats such as HTML and XML.

content/pages/04-web-development/13-mako.markdown renamed to content/pages/04-web-development/12-mako.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Mako
22
category: page
33
slug: mako
4-
sortorder: 0714
4+
sortorder: 0412
55
toc: False
66
sidebartitle: Mako
77
meta: Mako is a Python template engine used to generate HTML, XML or other output formats.

0 commit comments

Comments
 (0)