This repository was archived by the owner on May 10, 2023. It is now read-only.
File tree 6 files changed +7
-8
lines changed
6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ vpelican/*
3
3
* .pyc
4
4
* .pid
5
5
output /
6
+ .mypy_cache /
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ This fee is used to cover the running costs of the association and it is meant t
46
46
be a symbolic token that helps us avoid gathering passive members.
47
47
48
48
You can find the bylaws of the association here, if you are into this kind
49
- of stuff: `<https://github.com/SwissPy/swisspycon/tree/master/association >`_.
49
+ of stuff: `<https://github.com/python-summit/SPSA/ >`_.
Original file line number Diff line number Diff line change @@ -139,8 +139,7 @@ code of conduct.
139
139
Contact
140
140
=======
141
141
142
- If you have any questions or requests contact us directly on
143
- `GitHub <https://github.com/SwissPy/swisspycon>`_ or through email
142
+ If you have any questions or requests contact us by email
144
143
(`info@python-summit.ch <info@python-summit.ch>`_).
145
144
146
145
You can also `follow us on Twitter <https://twitter.com/pythonsummit>`__ for
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ as the talk slides on this page!
13
13
2018
14
14
----
15
15
16
- Talk recordings and slides that are not yet listed here will be added over the
17
- coming days or weeks.
16
+ Slides that are not yet listed here will be added over the coming days or weeks.
18
17
19
18
`Youtube Playlist <https://www.youtube.com/playlist?list=PL4_MBPz5hOsLqrlGjX_emY4KMEfvqG0jG >`__
20
19
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We'd love to see you at the summit!
10
10
Register your ticket now, starting from **30 CHF ** for regular attendees.
11
11
This money will be used for promotion, drinks and snacks.
12
12
13
- We are a `non-profit association <https://github.com/SwissPy /SPSA/blob/master/bylaws.md >`_: any extra proceeds
13
+ We are a `non-profit association <https://github.com/python-summit /SPSA/blob/master/bylaws.md >`_: any extra proceeds
14
14
will be used to organize the next edition of the Swiss Python Summit!
15
15
16
16
Save your spot at the conference now: `Proceed to Registration! <https://ti.to/swiss-python-summit-association/sps18/ >`_
Original file line number Diff line number Diff line change 1
1
AUTHOR = '@ccdesales'
2
2
SITENAME = 'Swiss Python Summit'
3
3
SITESUBTITLE = 'A Swiss Python Conference'
4
- SITEURL = 'https://swisspy.github.io/swisspycon /'
4
+ SITEURL = 'https://www.python-summit.ch /'
5
5
CONFDATE = 'February 16th, 2018'
6
6
7
7
PATH = 'content'
8
- OUTPUT_PATH = "output"
8
+ OUTPUT_PATH = "output"
9
9
10
10
TIMEZONE = 'Europe/Zurich'
11
11
You can’t perform that action at this time.
0 commit comments