فهرست منبع

Merge branch 'ui_names' of github.com:jzf2101/jupyterlab into ui_names

J Forde 7 سال پیش
والد
کامیت
f5459d3597
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 3 3
      CONTRIBUTING.md
  2. 1 1
      docs/source/user/file_formats.rst
  3. 1 1
      docs/source/user/notebook.rst

+ 3 - 3
CONTRIBUTING.md

@@ -232,7 +232,7 @@ jlpm run build:packages
 
 ## [Writing Documentation](#writing-documenation)
 
-Documentation is written in Markdown and reStructuredText.  In particular, the documentation on our Sphinx page is written in reStructuredText. To ensure that the Sphinx page builds, you'll need to install the documentation dependencies with `conda`.  These dependencies are located in `docs/enviornment.yml`
+Documentation is written in Markdown and reStructuredText.  In particular, the documentation on our Read the Docs page is written in reStructuredText. To ensure that the Read the Docs page builds, you'll need to install the documentation dependencies with `conda`.  These dependencies are located in `docs/environment.yml`.  You can install the dependencies for building the documentation by creating a new conda environment:
 
 ```bash
 conda env create -f docs/environment.yml
@@ -240,13 +240,13 @@ conda env create -f docs/environment.yml
 
 The Developer Documentation includes a [guide](http://jupyterlab.readthedocs.io/en/latest/developer/documentation.html) to writing documentation including writing style, naming conventions, keyboard shortcuts, and screenshots.
 
-To test the docs call:
+To test the docs run:
 
 ```
 py.test --check-links -k .md . || py.test --check-links -k .md --lf .
 ```
 
-The Sphinx pages can be built using `make`:
+The Read the Docs pages can be built using `make`:
 
 ```bash
 cd docs

+ 1 - 1
docs/source/user/file_formats.rst

@@ -167,7 +167,7 @@ documentation of Vega or Vega-Lite. JupyterLab supports rendering Vega
 2.x and Vega-Lite 1.x data in files and cell output.
 
 Vega-Lite 1.x files, with a ``.vl`` or ``.vl.json`` file extension, can
-be opened by double-clicking the file in the File Browser:
+be opened by double-clicking the file in the file browser:
 
 [animation]
 

+ 1 - 1
docs/source/user/notebook.rst

@@ -45,7 +45,7 @@ Create multiple synchronized views of a single notebook:
 
 [animation]
 
-Collapse and expand code and output using the View Menu or the blue
+Collapse and expand code and output using the View menu or the blue
 collapser button on left of each cell:
 
 [animation]