Skip to content

Commit a252887

Browse files
vidartfblink1073fcollonvalgithub-actions[bot]
authored
Prepare for jupyter_server preferred_dir fix (#324)
* Prepare for jupyter_server preferred_dir fix * Fix lint + add some tests * bump test dep * bump test dep * Automatic application of license header * Fix end lines Co-authored-by: Steven Silvester <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b8aad00 commit a252887

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+245
-9
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Jupyter Development Team.
2+
# Distributed under the terms of the Modified BSD License.
3+
14
# Minimal makefile for Sphinx documentation
25
#
36

docs/make.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
rem Copyright (c) Jupyter Development Team.
2+
rem Distributed under the terms of the Modified BSD License.
3+
14
@ECHO OFF
25

36
pushd %~dp0

docs/source/api/app.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
===========
25
Application
36
===========

docs/source/api/config.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
======
25
Config
36
======

docs/source/api/handlers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
========
25
Handlers
36
========

docs/source/api/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
---------------------
25
JupyterLab Server API
36
---------------------

docs/source/api/process.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
=======
25
Process
36
=======

docs/source/api/rest.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
--------
25
REST API
36
--------

docs/source/api/spec.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Copyright (c) Jupyter Development Team.
2+
.. Distributed under the terms of the Modified BSD License.
3+
14
=============
25
OpenAPI Specs
36
=============

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Jupyter Development Team.
2+
# Distributed under the terms of the Modified BSD License.
3+
14
# Configuration file for the Sphinx documentation builder.
25
#
36
# This file only contains a selection of the most common options. For a full

0 commit comments

Comments
 (0)