Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit cc181c4

Browse files
committed
Added metadata for appendixes
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent bac7f52 commit cc181c4

File tree

7 files changed

+31
-7
lines changed

7 files changed

+31
-7
lines changed

src/appx/blog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
.. meta::
2+
:description: Specification for Django blog training project
3+
:author: Serhii Horodilov
4+
:keywords: python, django, blog, project, training
5+
16
.. include:: /../blog/docs/spec.rst

src/appx/code_edit.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
.. appendix
1+
.. meta::
2+
:description: Code editors and IDEs for Python
3+
:author: Serhii Horodilov sgorodil@gmail.com
4+
:keywords: python, editor, ide
25

36
############
47
Code Editors

src/appx/conv_store.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
.. meta::
2+
:description: Convenience store challenge
3+
:author: Serhii Horodilov sgorodil@gmail.com
4+
:keywords: python, basics, oop, object-oriented programming
5+
16
.. include:: /../problem-sets/src/conv_store/challenge.rst

src/appx/env_path.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
.. appendix
1+
.. meta::
2+
:description: Setting up environment variables
3+
:author: Serhii Horodilov sgorodil@gmail.com
4+
:keywords: settings, environment, variables
25

36
###############################
47
Issue - System Environment PATH

src/appx/precedence.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. appendix
2-
3-
.. todo:
4-
https://docs.python.org/3/reference/expressions.html#operator-precedence
1+
.. meta::
2+
:description: Operator precedence in Python
3+
:author: Serhii Horodilov sgorodil@gmail.com
4+
:keywords: python, basics, operator, precedence
55

66
###################
77
Operator Precedence

src/appx/printf.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
.. appendix
1+
.. meta::
2+
:description: Formatted strings usage in Python
3+
:author: Serhii Horodilov sgorodil@gmail.com
4+
:keywords: python, string, formatting
25

36
.. todo: add code examples
47

src/appx/wtk.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
.. meta::
2+
:description: Knights, thieves and wizards game project
3+
:author: Serhii Horodilov sgorodil@gmail.com
4+
:keywords: python, game, oop, object-oriented programming
5+
16
.. include:: /../problem-sets/src/wtk/challenge.rst

0 commit comments

Comments
 (0)