Skip to content

Commit c3bbe3e

Browse files
committed
update readme
1 parent 1b992cb commit c3bbe3e

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

README.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66

77
The Jupyter Server provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.
88

9-
## Installation and Basic usage
9+
For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest).
1010

11-
You can find the installation documentation for the
12-
[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html).
13-
The documentation for advanced usage of Jupyter notebook can be found
14-
[here](https://jupyter-server.readthedocs.io/en/latest/).
11+
## Installation and Basic usage
1512

1613
To install the latest release locally, make sure you have
1714
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
@@ -26,22 +23,12 @@ Launch Jupyter Server by calling:
2623

2724
If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](CONTRIBUTING.rst).
2825

29-
## Weekly Dev Meeting
30-
31-
We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another.
32-
33-
Anyone is welcome to attend, if they would like to discuss a topic or just to listen in.
26+
## Team Meetings and Roadmap
3427

35-
When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
36-
Where: [calpoly/jupyter Zoom](https://calpoly.zoom.us/my/jupyter)
37-
What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)
28+
We meet weekly on Zoom! Anyone is welcome to attend.
3829

39-
## Resources
30+
* When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
31+
* Where: [Jupyter Zoom](https://calpoly.zoom.us/my/jupyter)
32+
* What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)
4033

41-
- [Project Jupyter website](https://jupyter.org)
42-
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
43-
- [Documentation for Jupyter Server](https://jupyter-server.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-server/latest/jupyter-server.pdf)]
44-
- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/)
45-
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
46-
- [Issues](https://github.com/jupyter/jupyter-server/issues)
47-
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)
34+
See our tentative [roadmap here](https://github.com/jupyter/jupyter_server/issues/127).

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Jupyter Server
33
==============
44

5-
Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_—to Jupyter applications.
5+
Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_—to Jupyter web applications.
66

77
.. note::
88

0 commit comments

Comments
 (0)