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

Commit d6b7711

Browse files
committed
Added metadata for OOP
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent 72365cf commit d6b7711

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

src/oop/index.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Object-oriented programming in Python
3+
:author: Serhii Horodilov
4+
:keywords: python, oop, object-oriented programming, index
5+
16
###############################################################################
27
Object-Oriented Programming
38
###############################################################################

src/oop/inheritance.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Inheritance in Python
3+
:author: Serhii Horodilov
4+
:keywords: python, inheritance, oop, object-oriented programming
5+
16
*******************************************************************************
27
Inheritance
38
*******************************************************************************

src/oop/intro.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Introduction to OOP
3+
:author: Serhii Horodilov
4+
:keywords: python, intro, introduction, oop, object-oriented programming
5+
16
*******************************************************************************
27
Classes and Objects
38
*******************************************************************************

src/oop/patterns.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description: Design patterns
3+
:author: Serhii Horodilov
4+
:keywords: python, programming, design, patterns
5+
16
*******************************************************************************
27
Design Patterns
38
*******************************************************************************

src/oop/solid.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
.. meta::
2+
:description: SOLID principles
3+
:author: Serhii Horodilov
4+
:keywords: python, solid, single, responsibility, open, closed, liskov,
5+
substitution, interface, segregation, dependency, inversion,
6+
oop, object-oriented programming
7+
18
*******************************************************************************
29
SOLID Principles
310
*******************************************************************************

0 commit comments

Comments
 (0)