forked from vinta/awesome-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/vinta/awesome-python into…
… add-pyvips
- Loading branch information
Showing
11 changed files
with
556 additions
and
569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Add new library to this list | ||
about: '' | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Please open a Pull Request instead.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Add XXX | ||
about: Add new item to the list | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Please open a Pull Request instead.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
language: ruby | ||
language: python | ||
|
||
rvm: | ||
- 2.2 | ||
|
||
before_script: | ||
- gem install awesome_bot | ||
python: | ||
- "3.6" | ||
|
||
script: | ||
- awesome_bot README.md --allow-dupe --white-list pyparsing,graphviz.org | ||
- cp README.md docs/index.md | ||
- mkdocs build | ||
|
||
deploy: | ||
provider: pages | ||
local-dir: site | ||
skip-cleanup: true | ||
keep-history: true | ||
github-token: $GITHUB_TOKEN | ||
on: | ||
branch: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
site_install: | ||
pip install mkdocs==0.16.3 | ||
pip install mkdocs-material==1.12.2 | ||
pip install -r requirements.txt | ||
|
||
site_link: | ||
ln -sf $(CURDIR)/README.md $(CURDIR)/docs/index.md | ||
|
||
site_preview: site_link | ||
mkdocs serve | ||
|
||
site_build: site_link | ||
mkdocs build | ||
|
||
site_deploy: site_link | ||
mkdocs gh-deploy --clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,9 @@ | ||
.bs-sidebar.well { | ||
/* margin-bottom: 0; */ | ||
} | ||
|
||
.bs-sidebar .nav > li > a:hover, | ||
.bs-sidebar .nav > li > a:focus { | ||
border: none; | ||
border-left: 2px solid; | ||
} | ||
|
||
.bs-sidebar .nav > .active > a, | ||
.bs-sidebar .nav > .active:hover > a, | ||
.bs-sidebar .nav > .active:focus > a { | ||
border: none; | ||
border-left: 2px solid; | ||
} | ||
|
||
@media (min-width: 992px) { | ||
.bs-sidebar.affix { | ||
/* top: 60px; */ | ||
/* bottom: 0px; */ | ||
top: 80px; | ||
bottom: 23px; | ||
overflow: auto; | ||
} | ||
} | ||
|
||
@media (min-width: 1200px) { | ||
.bs-sidebar.affix-bottom, | ||
.bs-sidebar.affix { | ||
width: 280px; | ||
@media (min-width: 960px) { | ||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
.container > .col-md-9 { | ||
padding-left: 40px; | ||
.md-content__inner > ul:nth-child(5) { | ||
display: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
site_name: 'Awesome Python' | ||
site_url: 'https://awesome-python.com' | ||
site_description: 'A curated list of awesome Python frameworks, libraries and software' | ||
site_author: 'Vinta Chen' | ||
repo_name: 'vinta/awesome-python' | ||
repo_url: 'https://github.com/vinta/awesome-python' | ||
theme: 'material' | ||
extra: | ||
feature: | ||
tabs: false | ||
site_name: Awesome Python | ||
site_url: https://awesome-python.com | ||
site_description: A curated list of awesome Python frameworks, libraries and software | ||
site_author: Vinta Chen | ||
repo_name: vinta/awesome-python | ||
repo_url: https://github.com/vinta/awesome-python | ||
theme: | ||
name: material | ||
palette: | ||
primary: 'red' | ||
accent: 'pink' | ||
primary: red | ||
accent: pink | ||
extra: | ||
social: | ||
- type: 'github' | ||
link: 'https://github.com/vinta' | ||
- type: 'twitter' | ||
link: 'https://twitter.com/vinta' | ||
- type: 'linkedin' | ||
link: 'https://www.linkedin.com/in/vinta' | ||
- type: github | ||
link: https://github.com/vinta | ||
- type: twitter | ||
link: https://twitter.com/vinta | ||
- type: linkedin | ||
link: https://www.linkedin.com/in/vinta | ||
google_analytics: | ||
- 'UA-510626-7' | ||
- 'auto' | ||
- UA-510626-7 | ||
- auto | ||
extra_css: | ||
- css/extra.css | ||
pages: | ||
nav: | ||
- "Life is short, you need Python.": "index.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mkdocs==1.0.4 | ||
mkdocs-material==4.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters