Skip to content

Commit

Permalink
Update creating_datasets.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele authored Jan 2, 2021
1 parent 97a6c9c commit 94ebae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/creating_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://atom3d.readthedocs.io/en/latest/using_datasets.html#splitting-datasets>`_.

0 comments on commit 94ebae1

Please sign in to comment.