Skip to content

Commit 1321127

Browse files
committed
revamp ch 2
1 parent 2aad471 commit 1321127

15 files changed

+15
-15
lines changed

content/pages/02-development-environments/01-text-editors-ides.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Text Editors and IDEs
22
category: page
33
slug: text-editors-ides
4-
sortorder: 0202
4+
sortorder: 0201
55
toc: False
66
sidebartitle: Text Editors & IDEs
77
meta: Text editors and integrated development environments (IDEs) are applications for writing Python code.

content/pages/02-development-environments/02-vim.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Vim
22
category: page
33
slug: vim
4-
sortorder: 0203
4+
sortorder: 0202
55
toc: False
66
sidebartitle: Vim
77
meta: Vim is a text editor with powerful string manipulation capabilities. Find out more about Vim on Full Stack Python.

content/pages/02-development-environments/03-emacs.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Emacs
22
category: page
33
slug: emacs
4-
sortorder: 0204
4+
sortorder: 0203
55
toc: False
66
sidebartitle: Emacs
77
meta: Emacs is an extensible, customizable text editor often used for coding. Read more about Emacs on Full Stack Python.

content/pages/02-development-environments/04-sublime-text.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Sublime Text
22
category: page
33
slug: sublime-text
4-
sortorder: 0205
4+
sortorder: 0204
55
toc: False
66
sidebartitle: Sublime Text
77
meta: Sublime Text is a commonly-used text editor with development extensions for the Python programming language.

content/pages/02-development-environments/05-pycharms.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: PyCharm
22
category: page
33
slug: pycharm
4-
sortorder: 0206
4+
sortorder: 0205
55
toc: False
66
sidebartitle: PyCharm
77
meta: PyCharm is a text editor and integrated development environment specifically designed for writing Python code.

content/pages/02-development-environments/06-jupyter-notebook.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Jupyter Notebook
22
category: page
33
slug: jupyter-notebook
4-
sortorder: 0207
4+
sortorder: 0206
55
toc: False
66
sidebartitle: Jupyter Notebook
77
meta: Jupyter Notebook, formerly named iPython Notebook, is a powerful Python code execution environment often used for data analysis.

content/pages/02-development-environments/07-shells.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Shells
22
category: page
33
slug: shells
4-
sortorder: 0208
4+
sortorder: 0207
55
toc: False
66
sidebartitle: Shells
77
meta: A shell is a computer user interface and often refers to a text-only or primarily text command line terminal.

content/pages/02-development-environments/20-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: 0221
4+
sortorder: 0220
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/21-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: 0222
4+
sortorder: 0221
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/22-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: 0223
4+
sortorder: 0222
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)