You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ Core common functionality of Jupyter projects.
5
5
This package contains base application classes and configuration inherited by other projects.
6
6
It doesn't do much on its own.
7
7
8
-
9
8
# Development Setup
10
9
11
10
The [Jupyter Contributor Guides](http://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html) provide extensive information on contributing code or documentation to Jupyter projects. The limited instructions below for setting up a development environment are for your convenience.
@@ -23,8 +22,8 @@ and download the dependencies of code and test suite by executing:
23
22
24
23
The last command runs the test suite to verify the setup. During development, you can pass filenames to `py.test`, and it will execute only those tests.
25
24
26
-
27
25
## Code Styling
26
+
28
27
`jupyter_core` has adopted automatic code formatting so you shouldn't
29
28
need to worry too much about your code style.
30
29
As long as your code is valid,
@@ -69,5 +68,4 @@ The following commands build the documentation in HTML format and check for brok
69
68
70
69
Point your browser to the following URL to access the generated documentation:
0 commit comments