Skip to content

Commit 367dd47

Browse files
committed
Update github pages links to RTD
1 parent 0c3ebf8 commit 367dd47

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ Data contribution rules are moved there accordingly.
139139

140140
# Contributing data
141141

142-
If you would like to contribute simulations or experiments, please consult instructions for [Data Contribution](https://nmrlipids.github.io/FAIRMD_lipids/stable/dbcontribute.html).
142+
If you would like to contribute simulations or experiments, please consult instructions for [Data Contribution](https://databank.readthedocs.io/stable/dbcontribute.html).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# FAIRMD Lipids
22

33
[![tests status](https://img.shields.io/github/checks-status/NMRLipids/FAIRMD_lipids/main)](https://github.com/NMRLipids/FAIRMD_lipids/actions?query=branch%3Amain)
4-
[![documentation-stable](https://img.shields.io/badge/📚_documentation-stable-sucess)](https://nmrlipids.github.io/FAIRMD_lipids/)
5-
[![documentation-latest](https://img.shields.io/badge/📒_documentation-latest-yellow)](https://nmrlipids.github.io/FAIRMD_lipids/latest/index.html)
4+
[![documentation-stable](https://img.shields.io/badge/📚_documentation-stable-sucess)](https://databank.readthedocs.io/stable/)
5+
[![documentation-latest](https://img.shields.io/badge/📒_documentation-latest-yellow)](https://databank.readthedocs.io/latest/index.html)
66
[![coverage](https://codecov.io/gh/NMRLipids/FAIRMD_lipids/branch/main/graph/badge.svg)](https://codecov.io/gh/NMRLipids/FAIRMD_lipids)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18679885.svg)](https://doi.org/10.5281/zenodo.18679885)
88

@@ -54,7 +54,7 @@ your python code.
5454
# Documentation
5555

5656
The FAIRMD Lipids project documentation is available in
57-
[here](https://nmrlipids.github.io/FAIRMD_lipids/latest/). More information and example
57+
[here](https://databank.readthedocs.io/). More information and example
5858
applications are available from the [FAIRMD Lipids
5959
manuscript](https://doi.org/10.1038/s41467-024-45189-z).
6060

@@ -71,7 +71,7 @@ notebook](https://github.com/NMRLipids/databank-template/blob/main/scripts/templ
7171
can be used to get started with the analyses utilizing the FAIRMD Lipids.
7272

7373
Connection of [Universal molecule and atom naming
74-
conventions](https://nmrlipids.github.io/FAIRMD_lipids/latest/schemas/moleculesAndMapping.html)
74+
conventions](https://databank.readthedocs.io/stable/schemas/moleculesAndMapping.html)
7575
with simulation specific names delivered by mapping files can be used to perform
7676
automatic analyses over large sets of simulations. The results for large analyses can be
7777
stored using the same structure as used for `README.yaml` files as done, for example,
@@ -102,7 +102,7 @@ The [FAIRMD Upload-Portal](https://upload-portal.nmrlipids.fi) enables researche
102102

103103
The project is open for contributions!
104104

105-
Please consult [CONTRIBUTION.md](./CONTRIBUTION.md) and [Data Contribution](https://nmrlipids.github.io/FAIRMD_lipids/stable/dbcontribute.html) for further information.
105+
Please consult [CONTRIBUTION.md](./CONTRIBUTION.md) and [Data Contribution](https://databank.readthedocs.io/stable/dbcontribute.html) for further information.
106106

107107
Do not hesitate contacting us via [databank@nmrlipids.fi](email:databank@nmrlipids.fi) if
108108
you have any questions or inquiries!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ parallel = ["joblib"]
5353

5454
[project.urls]
5555
homepage = "https://FAIRMD_lipids.nmrlipids.fi"
56-
documentation = "https://nmrlipids.github.io/FAIRMD_lipids/latest/"
56+
documentation = "https://databank.readthedocs.io/"
5757
repository = "https://github.com/NMRLipids/FAIRMD_lipids"
5858
# changelog = ""
5959
issues = "https://github.com/NMRLipids/FAIRMD_lipids/issues"

src/fairmd/lipids/schema_validation/schema/experiment_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SAMPLE_PROTOCOL: string # Protocol for sample preparation (in free format, refe
4848
NMR:
4949
T_RF_HEATING: string # Correction of the temperature according to RF heating
5050
INSTRUMENT: string # Instrument name (including field)
51-
METHOD: string # NMR method (e.g., "2H:QE") check https://nmrlipids.github.io/FAIRMD_lipids/stable/schemas/experiment_metadata.html#nmr-specific-fields for options
51+
METHOD: string # NMR method (e.g., "2H:QE") check https://databank.readthedocs.io/stable/schemas/experiment_metadata.html#nmr-specific-fields for options
5252
SIGN_MEASURED: string # Method of OP measurement "abbr1:abbr2" (see detailed explaining below)
5353
DETAILS: string # Additional experiment details
5454

src/fairmd/lipids/schema_validation/schema/info_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the template. Please refer the documentation page for the details
2-
# https://nmrlipids.github.io/FAIRMD_lipids/latest/schemas/simulation_metadata.html
2+
# https://databank.readthedocs.io/stable/schemas/simulation_metadata.html
33
# ----------------------------------------------------------------------------
44

55
SYSTEM: UNIQUE_SYSTEM_NAME

0 commit comments

Comments
 (0)