Skip to content

Commit

Permalink
Merge pull request #32 from jcb91/docs
Browse files Browse the repository at this point in the history
[docs] update links
  • Loading branch information
jfbercher authored Feb 20, 2018
2 parents d85e237 + e4c7155 commit cfb3705
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ installed
- from the master version on the github repo (this will be always the
most recent version)
- via pip for the version hosted on Pypi
- via conda, from the [conda-forge](https://conda-forge.github.io/) [channel](https://anaconda.org/conda-forge)
- via conda, from the [conda-forge](https://conda-forge.org) [channel](https://anaconda.org/conda-forge)
- as part of the great
[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions)
collection. Follow the instructions there for installing. Once this
Expand Down Expand Up @@ -120,7 +120,7 @@ Disclaimer, sources and acknowledgments


Originally, I used a piece of code from the nice online markdown editor
[stackedit](https://github.com/benweet/stackedit/issue/187), where the authors
[stackedit](https://github.com/benweet/stackedit/issues/187), where the authors
also considered the problem of incorporating LaTeX markup in their markdown.

I also studied and used examples and code from
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def read(*names, **kwargs):
"document wide numbering, bibliography, and more..."),
# '\n'.join(__doc__.split("\n")[2:]).strip(),
long_description=detailed_description,
url='http://github.com/jfbercher/jupyter_latex_envs',
url='https://github.com/jfbercher/jupyter_latex_envs',
author='Jean-François Bercher',
author_email='[email protected]',
license='Modified BSD',
Expand Down
4 changes: 2 additions & 2 deletions src/latex_envs/static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ installed
- from the master version on the github repo (this will be always the
most recent version)
- via pip for the version hosted on Pypi
- via conda, from the [conda-forge](https://conda-forge.github.io/) [channel](https://anaconda.org/conda-forge)
- via conda, from the [conda-forge](https://conda-forge.org) [channel](https://anaconda.org/conda-forge)
- as part of the great
[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions)
collection. Follow the instructions there for installing. Once this
Expand Down Expand Up @@ -120,7 +120,7 @@ Disclaimer, sources and acknowledgments


Originally, I used a piece of code from the nice online markdown editor
[stackedit](https://github.com/benweet/stackedit/issue/187), where the authors
[stackedit](https://github.com/benweet/stackedit/issues/187), where the authors
also considered the problem of incorporating LaTeX markup in their markdown.

I also studied and used examples and code from
Expand Down
2 changes: 1 addition & 1 deletion src/latex_envs/static/latex_envs.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function insert_text(identifier) { //must be available in the main scope
selected_cell.code_mirror.replaceRange(selectedText, cursorPos);
}

// use AMD-style simplified define wrapper to avoid http://requirejs.org/docs/errors.html#notloaded
// use AMD-style simplified define wrapper to avoid https://requirejs.org/docs/errors.html#notloaded
// `define(['notebook'], function(notebookApp) { var module = notebookApp['base/js/utils']});`

define(function(require, exports, module) {
Expand Down
2 changes: 1 addition & 1 deletion src/latex_envs/templates/latex_envs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MathJax.Hub.Config({ TeX: { equationNumbers: {



<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">


<!-- stylesheet from CDN -->
Expand Down
2 changes: 1 addition & 1 deletion src/latex_envs/templates/latex_envs_toc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MathJax.Hub.Config({ TeX: { equationNumbers: {
{{ super() }}


<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>

Expand Down

0 comments on commit cfb3705

Please sign in to comment.