From c3bbe3e86910b4e36dae35f705d14a1304612674 Mon Sep 17 00:00:00 2001 From: Zsailer Date: Wed, 25 Mar 2020 09:05:55 -0700 Subject: [PATCH] update readme --- README.md | 29 ++++++++--------------------- docs/source/index.rst | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 0439c2adb9..76c51d348f 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,9 @@ The Jupyter Server provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila. -## Installation and Basic usage +For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest). -You can find the installation documentation for the -[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html). -The documentation for advanced usage of Jupyter notebook can be found -[here](https://jupyter-server.readthedocs.io/en/latest/). +## Installation and Basic usage To install the latest release locally, make sure you have [pip installed](https://pip.readthedocs.io/en/stable/installing/) and run: @@ -26,22 +23,12 @@ Launch Jupyter Server by calling: If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](CONTRIBUTING.rst). -## Weekly Dev Meeting - -We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another. - -Anyone is welcome to attend, if they would like to discuss a topic or just to listen in. +## Team Meetings and Roadmap -When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&) -Where: [calpoly/jupyter Zoom](https://calpoly.zoom.us/my/jupyter) -What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126) +We meet weekly on Zoom! Anyone is welcome to attend. -## Resources +* When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&) +* Where: [Jupyter Zoom](https://calpoly.zoom.us/my/jupyter) +* What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126) -- [Project Jupyter website](https://jupyter.org) -- [Online Demo at try.jupyter.org](https://try.jupyter.org) -- [Documentation for Jupyter Server](https://jupyter-server.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-server/latest/jupyter-server.pdf)] -- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/) -- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)] -- [Issues](https://github.com/jupyter/jupyter-server/issues) -- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter) +See our tentative [roadmap here](https://github.com/jupyter/jupyter_server/issues/127). diff --git a/docs/source/index.rst b/docs/source/index.rst index 19980004d1..ca4033ad1f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Jupyter Server ============== -Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_—to Jupyter applications. +Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_—to Jupyter web applications. .. note::