Skip to content

Commit 46a61aa

Browse files
Set up lerna (#119)
* Set up lerna * Automatic application of license header * Update node_modules location * Add version to private test package Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fa602c9 commit 46a61aa

19 files changed

+6502
-2966
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/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ Copyright (c) Jupyter Development Team.
3+
~ Distributed under the terms of the Modified BSD License.
4+
-->
5+
16
<!DOCTYPE html>
27
<html lang="en">
38
<head>

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
# For the full list of built-in configuration values, see the documentation:

docs/source/javascript_api.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
JavaScript API
25
==============
36

docs/source/python_api.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
Python API
25
==========
36

javascript/yarn.lock

Lines changed: 0 additions & 2960 deletions
This file was deleted.

jupyter_ydoc/__init__.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
import sys
25

36
from ._version import __version__ # noqa

jupyter_ydoc/utils.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
from typing import Dict, List, Type, Union
25

36
INT = Type[int]

jupyter_ydoc/ydoc.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
import copy
25
from abc import ABC, abstractmethod
36
from typing import Any, Callable, Dict, Optional

0 commit comments

Comments
 (0)