Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to pretix and pretalix #124

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Build Documentation

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
docs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v3'

- uses: 'actions/setup-python@v4'
with:
python-version: '3.10'

- run: |
set -e
python --version
python -m pip install --upgrade pip tox
name: Setup Environment

- id: build
run: |
tox -e build
name: Run Tox

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.env
/.tox
/build
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Sphinx==1.3.1
sphinx-autobuild==0.5.2
sphinx_rtd_theme==0.1.9
livereload==2.4.0
Sphinx
sphinx-autobuild
sphinx_rtd_theme
19 changes: 10 additions & 9 deletions source/schedule.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Schedule
========

We've committed to the following things, which need to find their way onto the
schedule:

- Django Girls workshop (all day Thursday)
- Teachers' day (all day Friday)
- Children's day (all day Saturday)
- A welcome session for first-time attendees (Friday morning)
- The PyCon UK Society's AGM
- Code4Research track (Sat, Sun and sprints on Monday)
TDB

Pretalix
--------

Our CfP process and schedule is managed through `Pretalix <https://pretalx.com/p/about/>`_

The management page for this year's event is `here <https://pretalx.com/orga/event/pyconuk-2023/>`_


39 changes: 4 additions & 35 deletions source/tickets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,40 +25,9 @@ about the following, but make responses optional:
* Age


Tito
====
Pretix
------

We're selling tickets through `Tito <http://ti.to>`_.
We're selling tickets through `Pretix <https://pretix.eu>`_.

The tickets page is `here <https://ti.to/pyconuk/2016>`_.

Refunding tickets
-----------------

We will offer a full refund on tickets until 1st September, and a 50% refund thereafter.

To refund a ticket from the `Tito admin interface <https://ti.to/pyconuk/2016/admin/>`_:

* Click "Orders", search for the ticket-holder's name
* Click "Cancel this order"
* Click "Yes" when asked if you're sure
* Click "Refund via Stripe"

Upgrading tickets
-----------------

We allow people to upgrade their tickets through their purchase of a `Ticket Upgrade <http://2016.pyconuk.org/tickets/upgrading/>`_ ticket.

To process a Ticket Upgrade via the `Tito admin interface <https://ti.to/pyconuk/2016/admin/>`_, you find the original ticket, update its type, and then void the Ticket Upgrade. In detail:

* Click "Attendees"
* Find the relevant Ticket Upgrade ticket
* Tickets can be filtered by type if required
* This should have the number of the original ticket that needs to be upgraded
* Find the original ticket via its ticket number
* Click "Edit attendee details"
* Change the ticket type appropriately
* Add "upgraded" as a tag
* Save the ticket
* Find the Ticket Upgrade ticket again
* Click "Void ticket", then "Confirm void", then "No" (in answer to the question about refunds)
The tickets page for this year's event is `here <https://pretix.eu/control/event/pyconuk/pyconuk-2023/>`_.