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

Commit b6d310e

Browse files
committed
Added metadata for basics
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent 63fea10 commit b6d310e

File tree

11 files changed

+55
-0
lines changed

11 files changed

+55
-0
lines changed

src/basics/controlflow.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Control flow in Python
3+
:author: Serhii Horodilov
4+
:keywords: python, basics, control, if, for, while, condition, loop
5+
16
*******************************************************************************
27
Control Flow
38
*******************************************************************************

src/basics/decorators.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Python decorators
3+
:author: Serhii Horodilov
4+
:keywords: python, basics, decorators
5+
16
.. _first-class objects:
27
https://dbader.org/blog/python-first-class-functions
38

src/basics/exceptions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Handling exceptions in Python
3+
:author: Serhii Horodilov
4+
:keywords: python, exceptions, handling, try, except, finally
5+
16
.. _built-in exceptions:
27
https://docs.python.org/library/exceptions.html#bltin-exceptions
38

src/basics/functions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Python functions
3+
:author: Serhii Horodilov
4+
:keywords: python, basics, functions
5+
16
*******************************************************************************
27
Functions
38
*******************************************************************************

src/basics/index.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Python course - Basics
3+
:author: Serhii Horodilov
4+
:keywords: python, basics, index
5+
16
###############################################################################
27
Python Basics
38
###############################################################################

src/basics/modules.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Modules and imports in Python
3+
:author: Serhii Horodilov
4+
:keywords: python, basics, modules, import
5+
16
*******************************************************************************
27
Pythons Modules and Imports
38
*******************************************************************************

src/basics/pep8.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: PEP-8 style guide
3+
:author: Serhii Horodilov
4+
:keywords: python, style, guide
5+
16
*******************************************************************************
27
Style Guides: PEP8
38
*******************************************************************************

src/basics/stdtypes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Python built-in types
3+
:author: Serhii Horodilov
4+
:keywords: python, basics
5+
16
*******************************************************************************
27
Built-in Types
38
*******************************************************************************

src/basics/syntax.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Python syntax
3+
:author: Serhii Horodilov
4+
:keywords: python, basics, syntax
5+
16
*******************************************************************************
27
Python Syntax
38
*******************************************************************************

src/basics/testing.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Testing software in Python
3+
:author: Serhii Horodilov
4+
:keywords: python, testing, unittest, pytest
5+
16
*******************************************************************************
27
Testing
38
*******************************************************************************

0 commit comments

Comments
 (0)