Skip to content

Commit 367351f

Browse files
authored
Fixed dead wiki links (#950)
* Fixed dead wiki links * Fixed dead wiki links * Deleted old documentation at doc/sandbox.
1 parent d455460 commit 367351f

20 files changed

+9
-1641
lines changed

doc/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ to extend PyTensor, please feel free to ask.
157157
install
158158
tutorial/index
159159

160-
.. _LISA: https://mila.umontreal.ca/
160+
.. _LISA: https://mila.quebec/en
161161
.. _Greek mathematician: http://en.wikipedia.org/wiki/Theano_(mathematician)
162-
.. _numpy: http://numpy.scipy.org/
162+
.. _numpy: https://numpy.org/
163163
.. _BLAS: http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
164164

165165
.. _sympy: http://www.sympy.org/

doc/links.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ This is a sort of memo for developers and would-be developers.
3939

4040
.. _git: http://git-scm.com/
4141
.. _pytest: http://docs.pytest.org/en/latest/
42-
.. _numpy: http://numpy.scipy.org/
42+
.. _numpy: https://numpy.org/
4343
.. _python: http://www.python.org
4444
.. _scipy: http://scipy.org/
4545

4646
.. _autodiff: http://www.autodiff.org
47-
.. _boost.python: http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html
47+
.. _boost.python: https://www.boost.org/doc/libs/1_85_0/libs/python/doc/html/index.html
4848
.. _cython: http://www.cython.org/
4949
.. _liboil: http://liboil.freedesktop.org/wiki/
5050
.. _llvm: http://llvm.org/
51-
.. _networkx: http://networkx.lanl.gov/
52-
.. _pypy: http://codespeak.net/pypy/dist/pypy/doc/
51+
.. _networkx: https://networkx.org/
52+
.. _pypy: https://doc.pypy.org/en/latest/
5353
.. _swig: http://www.swig.org/
54-
.. _unpython: http://code.google.com/p/unpython/
55-
.. _pycppad: http://www.seanet.com/~bradbell/pycppad/index.xml
56-
.. _shedskin: http://shed-skin.blogspot.com/
54+
.. _unpython: https://code.google.com/archive/p/unpython/
55+
.. _pycppad: https://github.com/Simple-Robotics/pycppad
56+
.. _shedskin: https://shedskin.github.io/shedskin/

doc/sandbox/ccodegen.rst

Lines changed: 0 additions & 255 deletions
This file was deleted.

doc/sandbox/compilation.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

doc/sandbox/debugging_with_stepmode.rst

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)