]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
doc: http -> https in links.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Feb 2023 03:25:07 +0000 (22:25 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Feb 2023 03:25:07 +0000 (22:25 -0500)
doc/README.rst
doc/makefile
doc/source/background.rst
doc/source/conf.py
doc/source/requirements.rst

index 84f8321a78aa4aecafc3ef4c61f2adafbbe898c1..afa8d4618ef30f3009b5f758515245f34763a4df 100644 (file)
@@ -1,4 +1,4 @@
-Dunshire is a `CVXOPT <http://cvxopt.org/>`_-based library for solving
+Dunshire is a `CVXOPT <https://cvxopt.org/>`_-based library for solving
 linear (cone) games. The notion of a symmetric linear (cone) game was
 introduced by Gowda and Ravindran in *On the game-theoretic value of a
 linear transformation relative to a self-dual cone*. I've extended
index 2b056c585581e5874bfdf90bab4e4a3a963fefa0..dffc78105b1c172e41a3ab704c97233190e2d548 100644 (file)
@@ -9,7 +9,7 @@ BUILDDIR      = build
 
 # User-friendly check for sphinx-build
 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
-$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
+$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/)
 endif
 
 # Internal variables.
index b7a00f52bc5e7c532e5907d7112559eefb450818..48766633fb5e9d637134d65ec3e7f9b41871516b 100644 (file)
@@ -240,7 +240,7 @@ Player two, on the other hand, would like to,
     &                   & L^{*}\left(q\right)  &\preccurlyeq \omega e_{2}.&
   \end{aligned}
 
-The `CVXOPT <http://cvxopt.org/>`_ library can solve symmetric cone
+The `CVXOPT <https://cvxopt.org/>`_ library can solve symmetric cone
 programs in the following primal/dual format:
 
 .. math::
index efecf1b2b2eb6530fcb10b8ed3b5594e16a01dff..e69f5ee8d410953668eb43332ceb74fcba8406d9 100644 (file)
@@ -83,7 +83,7 @@ html_sidebars = {
   ]
 }
 
-# http://alabaster.readthedocs.io/en/latest/customization.html#theme-options
+# https://alabaster.readthedocs.io/en/latest/customization.html#theme-options
 html_theme_options = {
   'github_button': False,
   'github_user': False,
index e690e7f825a0ba3903a32d432c9fc44ca6dedead..19f787112735c8a7a0813808f2880790bd62bcc1 100644 (file)
@@ -4,7 +4,7 @@ Requirements
 Dunshire is a Python library, so it needs a Python interpreter. To
 "build" it, you'll need `Setuptools
 <https://pypi.python.org/pypi/setuptools>`_. The only other requirement
-is the `CVXOPT <http://cvxopt.org/>`_ library, available for most Linux
+is the `CVXOPT <https://cvxopt.org/>`_ library, available for most Linux
 distributions. Dunshire is targeted at python-3.x, but python-2.x will
 probably work too.
 
@@ -19,4 +19,4 @@ Developers will also want:
 * `GNU Make <https://www.gnu.org/software/make/>`_ for convenience
   and to build the documentation.
 * `Pylint <https://www.pylint.org/>`_ for code warnings.
-* `Sphinx <http://www.sphinx-doc.org>`_ to build the documentation.
+* `Sphinx <https://www.sphinx-doc.org/>`_ to build the documentation.