File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
This page does not exist (anymore).
24
24
25
- .. button-link :: https://www.biotite-python.org
25
+ .. button-link :: https://kunzmann.uber.space
26
26
:color: primary
27
27
:shadow:
28
28
Original file line number Diff line number Diff line change 20
20
from sphinx_gallery .sorting import ExplicitOrder , FileNameSortKey
21
21
import biotite
22
22
23
- BIOTITE_DOMAIN = "www.biotite-python.org "
23
+ BIOTITE_DOMAIN = "kunzmann.uber.space "
24
24
DOC_PATH = dirname (realpath (__file__ ))
25
25
PACKAGE_PATH = join (dirname (DOC_PATH ), "src" )
26
26
Original file line number Diff line number Diff line change 13
13
import biotite
14
14
15
15
RELEASE_REQUEST = "https://api.github.com/repos/biotite-dev/biotite/releases"
16
- BIOTITE_URL = "https://www.biotite-python.org "
16
+ BIOTITE_URL = "https://kunzmann.uber.space "
17
17
SEMVER_TAG_REGEX = r"^v?(\d+)\.(\d+)\.(\d+)"
18
18
19
19
You can’t perform that action at this time.
0 commit comments