Skip to content

Commit f55926e

Browse files
committed
remove references to changelog
1 parent 082fc38 commit f55926e

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

docs/source/developers/dependency.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
Depending on Jupyter Server
22
===========================
33

4-
If your project depends directly on Jupyter Server, be sure to watch Jupyter Server's :ref:`Change Log <changelog>` and pin your project to a version that works for your application. Major releases represent possible backwards-compatibility breaking API changes or features.
4+
If your project depends directly on Jupyter Server, be sure to watch Jupyter Server's ChangeLog and pin your project to a version that works for your application. Major releases represent possible backwards-compatibility breaking API changes or features.
55

66
When a new major version in released on PyPI, a branch for that version will be created in this repository, and the version of the master branch will be bumped to the next major version number. That way, the master branch always reflects the latest un-released version.
77

8-
To see the changes between releases, checkout the :ref:`Change Log <changelog>`.
9-
108
To install the latest patch of a given version:
119

1210
.. code-block:: console

docs/source/other/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ Other helpful documentation
66

77
links
88
faq
9-
changelog
109
full-config

docs/source/users/installation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ You upgrade or downgrade to a specific version of Jupyter Server by adding an op
1717
.. code-block:: bash
1818
1919
pip install jupyter_server==1.0
20-
21-
22-
To see what each version has to offer, checkout our :ref:`changelog`.

0 commit comments

Comments
 (0)