Skip to content

Commit 84d65b9

Browse files
Using GH Actions to publish docs
2 parents a578588 + 61e232d commit 84d65b9

File tree

14 files changed

+37
-13
lines changed

14 files changed

+37
-13
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: python
33
env:
44
global:
5-
- secure: S/Qwufbvxf03AoBtb85ZP3mJUszLYixGN31M0EF9lcJA6csWT4wrBnuRpq0gyFAOYh5jXEkQEhmNfnL43xOHx5kZrDRbugaA63tZ8iuh3YngB3HVVCBom8qb1gE+MAWqHrzWcEMT+Q1AIbVqU9nsVt48p9hQRz+Lazz+pfKzuXM=
5+
- secure: HGUMtf3g9zpglHp1Fo6ov0o9SOnEIpT+lCcjZWrCD47sODXNmx2in4sJ7hWNk1iP1NBQQKTAeYc10dRqVUJlw13G7Om2vsBtRJ/+WzGY4IzPZxE+uWEN42/iYLzQtWsvFsrL1+yHsZ0Cjyl9u3xYrZ5VlATuciEoJQVyq87oM6w=
66
install:
77
- pip install pygments
88
- pip install mkdocs
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/learning.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@
66
## Data Structures and Algorithms
77
* [Algorithmic Thinking, Peak Finding Video](https://www.youtube.com/watch?v=HtSuA80QTyo)
88

9+
## Basic Steps to learn a programming language
10+
11+
1. Introduction
12+
1. Installation
13+
1. Basics
14+
1. Data Structures
15+
1. File IO
16+
1. Exception Handling
17+
1. XML, JSON processing
18+
1. Working with SQL Databases
19+
1. Building Web Applications
20+
1. Building REST API

0 commit comments

Comments
 (0)