Sort readme and add to docs build

This commit is contained in:
Regev Golan
2020-08-02 09:51:49 +03:00
parent 1fb3535364
commit 396b17f269
4 changed files with 61 additions and 55 deletions

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@
docs/index.md
site/
# PyCharm IDE
.idea

View File

@@ -4,6 +4,7 @@ python:
- "3.6"
script:
- python sort.py
- cp README.md docs/index.md
- mkdocs build

111
README.md

File diff suppressed because it is too large Load Diff

1
sort.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding: utf-8
"""