From 94ebae11efc48ab330497f3b6722e4cc00673ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=B6gele?= Date: Fri, 1 Jan 2021 17:17:39 -0800 Subject: [PATCH] Update creating_datasets.rst --- docs/creating_datasets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_datasets.rst b/docs/creating_datasets.rst index 165626a..bf6142e 100644 --- a/docs/creating_datasets.rst +++ b/docs/creating_datasets.rst @@ -91,4 +91,4 @@ In the following example, we assume that we want to split the dataset generated # Create LMDB dataset for the current split da.make_lmdb_dataset(split_ds[s], split_dir) -There are many ways to split datasets and we provide functions for many of them in the the :mod:`atom3d.splits` module. They are described in more detail [here](https://atom3d.readthedocs.io/en/latest/using_datasets.html#splitting-datasets). +There are many ways to split datasets and we provide functions for many of them in the the :mod:`atom3d.splits` module. They are described in more detail `here `_.