forked from python-sprints/python-sprints.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.19 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.19 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
<!DOCTYPE HTML>
<html>
<head>
<title>Python Sprints</title>
</head>
<body>
<h1>Python Sprints</h1>
<h2>Chapters</h2>
<ul>
<li><a href="https://www.meetup.com/Python-Sprints/">London Python Sprints</a></li>
</ul>
<h2>Resources</h2>
<h3>Environment set up</h3>
<ul>
<li><a href="https://www.anaconda.com/download/#linux">Download Anaconda</a></li>
</ul>
<h3>GitHub</h3>
<ul>
<li><a href="https://help.github.com/categories/collaborating-with-issues-and-pull-requests/">Collaborating with issues and pull requests</a></li>
<li><a href="https://help.github.com/articles/syncing-a-fork/">Syncing a fork</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a href="https://www.python.org/dev/peps/pep-0257/">PEP 257: Python docstring conventions</a></li>
<li><a href="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt">Docstring numpy convention</a></li>
<li><a href="http://www.sphinx-doc.org/en/stable/markup/para.html">Sphinx directives</a></li>
</ul>
</body>
</html>