Merge pull request #1585 from look4regev/sort-readme

Sort readme and add to docs build
This commit is contained in:
Vinta Chen
2020-08-02 19:15:33 +08:00
committed by GitHub
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
"""