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
- Host: GitHub
- URL: https://github.com/pyconuk/pyconuk-2020-internaldocs
- Owner: PyconUK
- Created: 2020-02-18T23:44:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T23:32:43.000Z (over 6 years ago)
- Last Synced: 2025-03-31T08:22:47.397Z (about 1 year ago)
- Language: Python
- Homepage: https://pyconuk-2020-internaldocs.readthedocs.io/en/latest/
- Size: 18.6 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```