Skip to content

Commit a9f8348

Browse files
committed
Merge upstream/source: Resolve conflicts, keep new site structure, add new PDFs
2 parents 27e0741 + 4fd903b commit a9f8348

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ output/*
6565
cache
6666
*.pid
6767

68+
# macOS
69+
.DS_Store
70+
.AppleDouble
71+
.LSOverride
72+
Icon
73+
._*

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Python Users Group Nepal Website [![Build Status](https://travis-ci.org/PythonNepal/pythonnepal.github.io.svg?branch=source)](https://travis-ci.org/PythonNepal/pythonnepal.github.io)
22

3-
This is the repo for the Python User Group Nepal's website. The site is built using [Pelican](http://github.com/getpelican/pelican), a static site generator, powered by Python. The
4-
site's theme is based on [Pure Pelican Theme](https://github.com/PurePelicanTheme/pure-single).
3+
This repository is for the Python User Group Nepal's website. The site is built-up using [Pelican](http://github.com/getpelican/pelican), a static site generator, powered by Python. The site's theme is based on [Pure Pelican Theme](https://github.com/PurePelicanTheme/pure-single).
54

6-
## Find us
5+
## Find us :
76

87
* [Meetup.com](https://www.meetup.com/PythonNepal/)
98
* [Facebook](https://www.facebook.com/groups/pythonnepal/)
@@ -16,7 +15,7 @@ site's theme is based on [Pure Pelican Theme](https://github.com/PurePelicanThem
1615

1716
[Fork](https://github.com/PythonNepal/pythonnepal.github.io/fork) the repository to your account so that you have your copy of the website.
1817

19-
* Clone repo
18+
* Clone repository
2019

2120
$ git clone --recursive git@github.com:<your-username>/pythonnepal.github.io.git pynepal-website
2221

@@ -42,7 +41,7 @@ This will clone the repository on to your system and clone the submodules inside
4241

4342
## Blog Workflow
4443

45-
If you're interested in writing a blog post for the website, you need to:
44+
If you're interested in writing a blog post for the website, you need to follow the given steps below:
4645

4746
- [Fork](https://github.com/PythonNepal/pythonnepal.github.io/fork) the repository
4847
- Write a blog post using Markdown in the `content` directory
@@ -70,7 +69,7 @@ Available commands:
7069

7170
See [CONTRIBUTING.md](CONTRIBUTING.md)
7271

73-
If you're a python developer from Nepal, you can add yourself to the [website](http://pythonnepal.org/pages/developers.html). To do that,
74-
- Fork the repo
72+
If you're a python developer from Nepal, you can add yourself to [website](http://pythonnepal.org/pages/developers.html). To do that,
73+
- Fork the repository.
7574
- Edit the file present at `content/pages/developers.md`. The format is [Markdown](https://guides.github.com/features/mastering-markdown/).
76-
- Send us a pull request
75+
- Send us a pull request.

static/Ensemble_Methods.pdf

484 KB
Binary file not shown.
524 KB
Binary file not shown.

static/Writing_Pythonic_Codes.pdf

396 KB
Binary file not shown.

0 commit comments

Comments
 (0)