Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a017be

Browse files
committed
Deployed b97a73c with MkDocs version: 0.16.3
1 parent 8c47974 commit 7a017be

36 files changed

+635
-84
lines changed

404.html

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11

2-
3-
4-
52
<!DOCTYPE html>
63
<html lang="en" class="no-js">
74
<head>
@@ -21,7 +18,7 @@
2118

2219
<meta name="lang:clipboard.copied" content="Copied to clipboard">
2320

24-
<meta name="lang:search.language" content="en">
21+
<meta name="lang:search.languages" content="">
2522

2623
<meta name="lang:search.result.none" content="No matching documents">
2724

@@ -31,33 +28,45 @@
3128

3229
<meta name="lang:search.tokenizer" content="[\s\-]+">
3330

34-
<link rel="shortcut icon" href="/assets/images/favicon.png">
35-
<meta name="generator" content="mkdocs-0.17.2, mkdocs-material-2.1.1">
31+
32+
<link rel="shortcut icon" href="/assets/images/favicon.png">
33+
34+
<meta name="generator" content="mkdocs-0.16.3, mkdocs-material-1.12.2">
3635

3736

3837

3938
<title>Awesome Python</title>
4039

4140

4241

43-
<link rel="stylesheet" href="/assets/stylesheets/application.1411ec6b.css">
44-
42+
<script src="/assets/javascripts/modernizr-e826f8942a.js"></script>
4543

4644

47-
<script src="/assets/javascripts/modernizr.f383bccf.js"></script>
45+
<link rel="stylesheet" href="/assets/stylesheets/application-04ea671600.css">
46+
47+
<link rel="stylesheet" href="/assets/stylesheets/application-23f75ab9c7.palette.css">
48+
4849

4950

5051

52+
53+
54+
5155
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono">
5256
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
5357

5458
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
5559

5660

61+
<link rel="stylesheet" href="/extra.css">
62+
5763

5864
</head>
5965

60-
<body>
66+
67+
68+
69+
<body data-md-color-primary="red" data-md-color-accent="pink">
6170

6271
<svg class="md-svg">
6372
<defs>
@@ -77,32 +86,25 @@
7786
<div class="md-flex__cell md-flex__cell--shrink">
7887
<a href="https://awesome-python.com" title="Awesome Python" class="md-header-nav__button md-logo">
7988

80-
<i class="md-icon"></i>
89+
<i class="md-icon md-icon--home"></i>
8190

8291
</a>
8392
</div>
8493
<div class="md-flex__cell md-flex__cell--shrink">
8594
<label class="md-icon md-icon--menu md-header-nav__button" for="drawer"></label>
8695
</div>
8796
<div class="md-flex__cell md-flex__cell--stretch">
88-
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
97+
<span class="md-flex__ellipsis md-header-nav__title">
8998

9099

91-
<span class="md-header-nav__topic">
92-
Awesome Python
93-
</span>
94-
<span class="md-header-nav__topic">
95-
96-
</span>
97-
100+
Awesome Python
98101

99-
</div>
102+
</span>
100103
</div>
101104
<div class="md-flex__cell md-flex__cell--shrink">
102105

106+
<label class="md-icon md-icon--search md-header-nav__button" for="search"></label>
103107

104-
<label class="md-icon md-icon--search md-header-nav__button" for="search"></label>
105-
106108
<div class="md-search" data-md-component="search" role="dialog">
107109
<label class="md-search__overlay" for="search"></label>
108110
<div class="md-search__inner">
@@ -123,7 +125,6 @@
123125
</div>
124126
</div>
125127
</div>
126-
127128

128129
</div>
129130

@@ -135,7 +136,7 @@
135136

136137

137138

138-
<a href="https://github.com/vinta/awesome-python/" title="Go to repository" class="md-source" data-md-source="github">
139+
<a href="https://github.com/vinta/awesome-python" title="Go to repository" class="md-source" data-md-source="github">
139140

140141
<div class="md-source__icon">
141142
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -157,6 +158,8 @@
157158

158159
<div class="md-container">
159160

161+
162+
160163
<main class="md-main">
161164
<div class="md-main__inner md-grid" data-md-component="container">
162165

@@ -168,7 +171,7 @@
168171
<label class="md-nav__title md-nav__title--site" for="drawer">
169172
<span class="md-nav__button md-logo">
170173

171-
<i class="md-icon"></i>
174+
<i class="md-icon md-icon--home"></i>
172175

173176
</span>
174177
Awesome Python
@@ -181,7 +184,7 @@
181184

182185

183186

184-
<a href="https://github.com/vinta/awesome-python/" title="Go to repository" class="md-source" data-md-source="github">
187+
<a href="https://github.com/vinta/awesome-python" title="Go to repository" class="md-source" data-md-source="github">
185188

186189
<div class="md-source__icon">
187190
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -239,9 +242,9 @@ <h1>404 - Not found</h1>
239242
<div class="md-footer-copyright">
240243

241244
powered by
242-
<a href="http://www.mkdocs.org">MkDocs</a>
245+
<a href="http://www.mkdocs.org" title="MkDocs">MkDocs</a>
243246
and
244-
<a href="https://squidfunk.github.io/mkdocs-material/">
247+
<a href="http://squidfunk.github.io/mkdocs-material/" title="Material for MkDocs">
245248
Material for MkDocs</a>
246249
</div>
247250

@@ -265,14 +268,15 @@ <h1>404 - Not found</h1>
265268

266269
</div>
267270

268-
<script src="/assets/javascripts/application.9a4a50d4.js"></script>
271+
<script src="/assets/javascripts/application-946997f430.js"></script>
272+
269273

270-
<script>app.initialize({version:"0.17.2",url:{base:""}})</script>
274+
<script>app.initialize({version:"0.16.3",url:{base:""}})</script>
271275

272276

273277

274278

275-
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-510626-7","auto"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");Array.prototype.map.call(links,function(e){e.host!=document.location.host&&e.addEventListener("click",function(){var a=e.getAttribute("data-md-action")||"follow";ga("send","event","outbound",a,e.href)})});var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})</script>
279+
<script>!function(e,t,a,n,o,c,i){e.GoogleAnalyticsObject=o,e[o]=e[o]||function(){(e[o].q=e[o].q||[]).push(arguments)},e[o].l=1*new Date,c=t.createElement(a),i=t.getElementsByTagName(a)[0],c.async=1,c.src=n,i.parentNode.insertBefore(c,i)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-510626-7","auto"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");Array.prototype.map.call(links,function(e){e.host!=document.location.host&&e.addEventListener("click",function(){var t=e.getAttribute("data-md-action")||"follow";ga("send","event","outbound",t,e.href)})});var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})</script>
276280

277281

278282
</body>

assets/javascripts/application-946997f430.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/application.9a4a50d4.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/javascripts/lunr/lunr.da.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)