|
91 | 91 | "but you can install a notebook extension in order to enable equation numbering:\n", |
92 | 92 | "https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/equation-numbering/readme.html.\n", |
93 | 93 | "\n", |
94 | | - "Automatic Equation Numbering is enabled on http://nbviewer.jupyter.org/,\n", |
95 | | - "see e.g. the latest version of this very notebook at the link http://nbviewer.jupyter.org/github/spatialaudio/nbsphinx/blob/master/doc/markdown-cells.ipynb.\n", |
| 94 | + "Automatic Equation Numbering is enabled on https://nbviewer.jupyter.org/,\n", |
| 95 | + "see e.g. the latest version of this very notebook at the link https://nbviewer.jupyter.org/github/spatialaudio/nbsphinx/blob/master/doc/markdown-cells.ipynb.\n", |
96 | 96 | "\n", |
97 | 97 | "When using `nbsphinx`, you can use the following `mathjax_config` setting in your `conf.py` file\n", |
98 | 98 | "to enable automatic equation numbering in HTML output.\n", |
|
236 | 236 | "\n", |
237 | 237 | "* `'sphinx.ext.imgconverter'`:\n", |
238 | 238 | " This is a built-in Sphinx extension, see\n", |
239 | | - " http://www.sphinx-doc.org/en/master/usage/extensions/imgconverter.html.\n", |
| 239 | + " https://www.sphinx-doc.org/en/master/usage/extensions/imgconverter.html.\n", |
240 | 240 | " \n", |
241 | 241 | " This needs the external program `convert` from *ImageMagick*.\n", |
242 | 242 | "\n", |
|
410 | 410 | "source": [ |
411 | 411 | "## Links to `*.rst` Files (and Other Sphinx Source Files)\n", |
412 | 412 | "\n", |
413 | | - "Links to files whose extension is in the configuration value [source_suffix](http://www.sphinx-doc.org/en/master/config.html#confval-source_suffix), will be converted to links to the generated HTML/LaTeX pages. Example: [A reStructuredText file](a-normal-rst-file.rst).\n", |
| 413 | + "Links to files whose extension is in the configuration value [source_suffix](https://www.sphinx-doc.org/en/master/config.html#confval-source_suffix), will be converted to links to the generated HTML/LaTeX pages. Example: [A reStructuredText file](a-normal-rst-file.rst).\n", |
414 | 414 | "\n", |
415 | 415 | "This was created with:\n", |
416 | 416 | "\n", |
|
462 | 462 | "source": [ |
463 | 463 | "## Links to Domain Objects\n", |
464 | 464 | "\n", |
465 | | - "Links to [Sphinx domain objects](http://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html) (such as a Python class or JavaScript function) are also possible. For example:\n", |
| 465 | + "Links to [Sphinx domain objects](https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html) (such as a Python class or JavaScript function) are also possible. For example:\n", |
466 | 466 | "[example_python_function()](a-normal-rst-file.rst#example_python_function).\n", |
467 | 467 | "\n", |
468 | 468 | "This was created with:\n", |
|
471 | 471 | "[example_python_function()](a-normal-rst-file.rst#example_python_function)\n", |
472 | 472 | "```\n", |
473 | 473 | "\n", |
474 | | - "This is especially useful for use with the Sphinx [autodoc](http://www.sphinx-doc.org/en/master/ext/autodoc.html) extension!" |
| 474 | + "This is especially useful for use with the Sphinx [autodoc](https://www.sphinx-doc.org/en/master/ext/autodoc.html) extension!" |
475 | 475 | ] |
476 | 476 | } |
477 | 477 | ], |
|
0 commit comments