Skip to content

Commit

Permalink
Merge pull request #116 from Zsailer/docs
Browse files Browse the repository at this point in the history
[WIP] Update docs and add new docs on ExtensionApp
  • Loading branch information
Zsailer authored Oct 10, 2019
2 parents fd1ecc0 + 0e674ab commit c8f9e89
Show file tree
Hide file tree
Showing 115 changed files with 199 additions and 7,831 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ script:
make -C docs/ linkcheck || EXIT_STATUS=$?;
fi
pytest --nbval --current-env docs || EXIT_STATUS=$?
exit $EXIT_STATUS
fi
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ If you want coverage statistics as well, you can run::
Building the Documentation
--------------------------

To build the documentation you'll need `Sphinx <http://www.sphinx-doc.org/>`_,
`pandoc <http://pandoc.org/>`_ and a few other packages.
To build the documentation you'll need `Sphinx <http://www.sphinx-doc.org/en/master/>`_,
`pandoc <https://pandoc.org/>`_ and a few other packages.

To install (and activate) a `conda environment`_ named ``server_docs``
containing all the necessary packages (except pandoc), use::
Expand All @@ -85,7 +85,7 @@ containing all the necessary packages (except pandoc), use::
activate notebook_docs # Windows

.. _conda environment:
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file

If you want to install the necessary packages with ``pip`` instead::

Expand Down
57 changes: 0 additions & 57 deletions docs-translations/ko-KR/HowtoRun.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs-translations/ko-KR/Installation.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs-translations/ko-KR/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs-translations/ko-KR/UIComponents.md

This file was deleted.

Binary file not shown.
Binary file removed docs-translations/ko-KR/resources/dashboard.GIF
Binary file not shown.
Binary file removed docs-translations/ko-KR/resources/edit_mode.GIF
Binary file not shown.
Binary file removed docs-translations/ko-KR/resources/file_editor.GIF
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx>=1.3.6
sphinx-rtd-theme
nbsphinx
sphinxcontrib_github_alt
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- ipykernel
- sphinx
- pip:
- nbsphinx
- Send2Trash
- prometheus_client
- sphinxcontrib_github_alt
21 changes: 0 additions & 21 deletions docs/jsdoc_config.json

This file was deleted.

12 changes: 0 additions & 12 deletions docs/jsdoc_plugin.js

This file was deleted.

20 changes: 0 additions & 20 deletions docs/resources/Info.plist.example

This file was deleted.

16 changes: 0 additions & 16 deletions docs/resources/generate_icons.sh

This file was deleted.

Loading

0 comments on commit c8f9e89

Please sign in to comment.