4
4
This module contains the class :class:`KnotInfoDataBase` and auxiliary classes
5
5
for it, which serves as an interface to the lists of named knots and links provided
6
6
at the web-pages `KnotInfo <https://knotinfo.org/>`__ and
7
- `LinkInfo <https://https:// link-info-repo.onrender.com/>`__.
7
+ `LinkInfo <https://link-info-repo.onrender.com/>`__.
8
8
9
9
To use the database, you need to install the optional :ref:`database_knotinfo
10
10
<spkg_database_knotinfo>` package by the Sage command ::
@@ -49,7 +49,7 @@ class KnotInfoColumnTypes(Enum):
49
49
r"""
50
50
Enum class to specify if a column from the table of knots and links provided
51
51
at the web-pages `KnotInfo <https://knotinfo.org/>`__ and
52
- `LinkInfo <https://https:// link-info-repo.onrender.com/>`__. is used for knots only,
52
+ `LinkInfo <https://link-info-repo.onrender.com/>`__. is used for knots only,
53
53
links only or both.
54
54
55
55
EXAMPLES::
@@ -69,7 +69,7 @@ class KnotInfoColumns(Enum):
69
69
r"""
70
70
Enum class to select a column from the table of knots and links provided
71
71
at the web-pages `KnotInfo <https://knotinfo.org/>`__ and
72
- `LinkInfo <https://https:// link-info-repo.onrender.com/>`__.
72
+ `LinkInfo <https://link-info-repo.onrender.com/>`__.
73
73
74
74
EXAMPLES::
75
75
@@ -327,7 +327,7 @@ def diagram_url(self, fname, single=False):
327
327
return '%sdiagram_display.php?%s' % (self .url (), fname )
328
328
329
329
knots = ['https://knotinfo.org/' , 'knotinfo_data_complete' ]
330
- links = ['https://link-info-repo.onrender.com/' , 'linkinfo_data_complete' ]
330
+ links = ['https://link-info-repo.onrender.com/' , 'linkinfo_data_complete' ]
331
331
332
332
333
333
#----------------------------------------------------------------------------------------------------------------------------
0 commit comments