mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 18:44:10 +00:00

As a new contributor to jupyterhub it took awhile to get up and running locally mainly because I didn't have sqlite installed but also because I was flipping between README, CONTRIBUTING and the actual contributing docs which are all a little bit different. This does a few things: - Updates the contributor sphinx docs to mention that how one chooses to isolate their development environment is up to them with a link to the detailed forum thread on that topic. - Updates the contributor sphinx docs to mention sqlite and database setup in general. While in here some trailing whitespaces are cleaned up. - Leave a comment in CONTRIBUTING.md about the redundant information in the docs on getting a development environment setup. Long-term we should really get those merged so there is a single authoritative document on how to get a dev env setup for contributing to jupyterhub. - Link to the jupyterhub gitter channel for asking questions.