Skip to content

Commit 375fcb5

Browse files
committed
reorganizing chapter 2
1 parent 6c67ac8 commit 375fcb5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/pages/02-development-environments/15-environment-configuration.markdown renamed to content/pages/02-development-environments/14-environment-configuration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Environment configuration
22
category: page
33
slug: environment-configuration
4-
sortorder: 0215
4+
sortorder: 0214
55
toc: False
66
sidebartitle: Environment configuration
77
meta: Configuring a dev, test or production environment is important to successfully run a Python application.

content/pages/02-development-environments/16-application-dependencies.markdown renamed to content/pages/02-development-environments/15-application-dependencies.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Application Dependencies
22
category: page
33
slug: application-dependencies
4-
sortorder: 0216
4+
sortorder: 0215
55
toc: False
66
sidebartitle: Application Dependencies
77
meta: Python web applications depend on many code libraries. Learn more about application dependencies on Full Stack Python.

content/pages/02-development-environments/17-virtualenvs.markdown renamed to content/pages/02-development-environments/16-virtualenvs.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Virtual environments (virtualenvs)
22
category: page
33
slug: virtual-environments-virtualenvs-venvs
4-
sortorder: 0217
4+
sortorder: 0216
55
toc: False
66
sidebartitle: Virtualenvs
77
meta: Virtual environments (virtualenvs) provide dependency isolation for your projects from external libraries.

content/pages/02-development-environments/18-localhost-tunnels.markdown renamed to content/pages/02-development-environments/17-localhost-tunnels.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Localhost tunnels
22
category: page
33
slug: localhost-tunnels
4-
sortorder: 0218
4+
sortorder: 0217
55
toc: False
66
sidebartitle: Localhost tunnels
77
meta: Localhost tunnels allow anyone with a tunneling URL to connect to a server running on your local development system.

content/pages/02-development-environments/19-source-control.markdown renamed to content/pages/02-development-environments/18-source-control.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Source Control
22
category: page
33
slug: source-control
4-
sortorder: 0219
4+
sortorder: 0218
55
toc: False
66
sidebartitle: Source Control
77
meta: Source control versions and backs up code for when programming problems occur. Learn more about source control on Full Stack Python.

content/pages/02-development-environments/20-git.markdown renamed to content/pages/02-development-environments/19-git.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Git
22
category: page
33
slug: git
4-
sortorder: 0220
4+
sortorder: 0219
55
toc: False
66
sidebartitle: Git
77
meta: Git is an implementation of the source (version) control concept. Learn more about Git and source control on Full Stack Python.

content/pages/02-development-environments/21-mercurial.markdown renamed to content/pages/02-development-environments/20-mercurial.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Mercurial
22
category: page
33
slug: mercurial
4-
sortorder: 0221
4+
sortorder: 0220
55
toc: False
66
sidebartitle: Mercurial
77
meta: Mercurial is an implementation of the source (version) control concept. Learn more Full Stack Python.

0 commit comments

Comments
 (0)