-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathsidebarintro.html
More file actions
79 lines (68 loc) · 2.71 KB
/
sidebarintro.html
File metadata and controls
79 lines (68 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Requests-HTML</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<style>
.algolia-autocomplete {
width: 100%;
height: 1.5rem;
}
.algolia-autocomplete a {
border-bottom: none !important;
}
#doc_search {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="logo">
<a href="{{ pathto(master_doc) }}">
<img src="{{ pathto('_static/requests-html-logo.png', 1) }}" alt="Requests-HTML Logo" />
</a>
</div>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests-html&type=watch&count=true&size=large"
allow="transparency" width="200" height="35" title="GitHub Watch Button"></iframe>
</div>
<p><strong>Requests-HTML</strong> intends to make parsing HTML (e.g., scraping the web) as simple and intuitive as possible.</p>
<h3>Stay Informed</h3>
<p>Receive updates on new releases and upcoming projects.</p>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=psf&type=follow&count=false"
allow="transparency" width="200" height="20" title="GitHub Follow Button"></iframe>
</div>
<input id="doc_search" placeholder="Search the docs" autofocus />
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" async></script>
<script>
docsearch({
apiKey: '8fcebdef37e2d888d63daf198ccecd08',
indexName: 'requests-html',
inputSelector: '#doc_search',
debug: false
});
</script>
<div>
<a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</a>
<script async src="https://platform.twitter.com/widgets.js"></script>
</div>
<p><a href="https://saythanks.io/to/kennethreitz">Say Thanks!</a></p>
<h3>Other Projects</h3>
<ul>
<li><a href="https://2.python-requests.org/">python-requests.org</a></li>
<li><a href="http://howtopython.org/">howtopython.org</a></li>
<li><a href="http://pipenv.org/">pipenv.org</a></li>
<li><a href="https://pep8.org/">pep8.org</a></li>
<li><a href="https://httpbin.org/">httpbin.org</a></li>
<li><a href="https://python-guide.org">The Python Guide</a></li>
<li><a href="https://github.com/timofurrer/maya">Maya: Datetimes for Humans</a></li>
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
</ul>
</body>
</html>