From e4c7155aac8e7f709fe7dc16d7508d6f523dab1d Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Wed, 17 Jan 2018 12:56:04 +0000 Subject: [PATCH] [docs] update links * use https in more places * fix broken & redirected links --- README.md | 4 ++-- setup.py | 2 +- src/latex_envs/static/README.md | 4 ++-- src/latex_envs/static/latex_envs.js | 2 +- src/latex_envs/templates/latex_envs.tpl | 2 +- src/latex_envs/templates/latex_envs_toc.tpl | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8aefbc4..de2230c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/setup.py b/setup.py index be298c6..cece2fa 100644 --- a/setup.py +++ b/setup.py @@ -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='jf.bercher@gmail.com', license='Modified BSD', diff --git a/src/latex_envs/static/README.md b/src/latex_envs/static/README.md index 8aefbc4..de2230c 100644 --- a/src/latex_envs/static/README.md +++ b/src/latex_envs/static/README.md @@ -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 @@ -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 diff --git a/src/latex_envs/static/latex_envs.js b/src/latex_envs/static/latex_envs.js index b42aaed..d6f4a35 100644 --- a/src/latex_envs/static/latex_envs.js +++ b/src/latex_envs/static/latex_envs.js @@ -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) { diff --git a/src/latex_envs/templates/latex_envs.tpl b/src/latex_envs/templates/latex_envs.tpl index c1b607a..746a18b 100644 --- a/src/latex_envs/templates/latex_envs.tpl +++ b/src/latex_envs/templates/latex_envs.tpl @@ -37,7 +37,7 @@ MathJax.Hub.Config({ TeX: { equationNumbers: { - + diff --git a/src/latex_envs/templates/latex_envs_toc.tpl b/src/latex_envs/templates/latex_envs_toc.tpl index 7c77d60..c572c80 100644 --- a/src/latex_envs/templates/latex_envs_toc.tpl +++ b/src/latex_envs/templates/latex_envs_toc.tpl @@ -36,7 +36,7 @@ MathJax.Hub.Config({ TeX: { equationNumbers: { {{ super() }} - +