An open API service indexing awesome lists of open source software.

https://github.com/pyconuk/pyconuk-2020-internaldocs

Internal documentation for PyCon UK 2020
https://github.com/pyconuk/pyconuk-2020-internaldocs

Last synced: 12 months ago
JSON representation

Internal documentation for PyCon UK 2020

Awesome Lists containing this project

README

          

# PyCon UK 2020 Internal Docs

Document _all_ the things!

## What is this?

Documentation for those involved in making PyCon UK 2020 happen.

Organising the event? You'll want this.

Interested in volunteering? You'll hopefully find this useful, but shouldn't _need_ it.

Just looking to attend the conference? You probably want the public site: https://2020.pyconuk.org/

## Viewing

https://pyconuk-2020-internaldocs.readthedocs.org/en/latest/

## Building

```
$ tox -e build
```

or, if you want an auto-building preview with webserver:

```
$ tox -e preview
```