-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
# 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.
& & 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::
]
}
-# 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,
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.
* `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.