mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
fix absolute refs
myst seems to create different refs than sphinx
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
This section covers how to add data to your JupyterHub either from the internet
|
||||
or from your own machine. To learn how to **share data** that is already
|
||||
on your JupyterHub, see {ref}`howto/content/share-data`.
|
||||
on your JupyterHub, see [](/howto/content/share-data).
|
||||
|
||||
:::{note}
|
||||
When you add data using the methods on this page, you will **only add it
|
||||
to your user directory**. This is not a place that is accessible to others.
|
||||
For information on sharing this data with users on the JupyterHub, see
|
||||
{ref}`howto/content/share-data`.
|
||||
[](/howto/content/share-data).
|
||||
:::
|
||||
|
||||
## Adding data from your local machine
|
||||
@@ -40,7 +40,7 @@ interface. To do so, follow these steps:
|
||||
be on your JupyterHub, your home user's home directory.
|
||||
|
||||
To learn how to **share** this data with new users on the JupyterHub,
|
||||
see {ref}`howto/content/share-data`.
|
||||
see [](/howto/content/share-data).
|
||||
|
||||
## Downloading data from the command line
|
||||
|
||||
@@ -95,6 +95,6 @@ time. You can download it from your browser [at this link](https://swcarpentry.g
|
||||
5. Confirm that your data was unzipped. It could be in a folder called `data/`.
|
||||
|
||||
To learn how to **share** this data with new users on the JupyterHub,
|
||||
see {ref}`howto/content/share-data`.
|
||||
see [](/howto/content/share-data).
|
||||
|
||||
% TODO: Downloading data with the "download" module in Python? https://github.com/choldgraf/download
|
||||
|
||||
@@ -13,7 +13,7 @@ contained in the link's target repository is downloaded to the user's home
|
||||
directory. Note that a copy of the dataset will be made for each user.
|
||||
|
||||
For information on creating and sharing `nbgitpuller` links, see
|
||||
{ref}`howto/content/nbgitpuller`.
|
||||
[](/howto/content/nbgitpuller).
|
||||
|
||||
## Option 2: Create a read-only shared folder for data
|
||||
|
||||
@@ -37,7 +37,7 @@ steps:
|
||||
sudo mkdir -p /srv/data/my_shared_data_folder
|
||||
```
|
||||
|
||||
4. **Download the data** into this folder. See {ref}`howto/content/add-data` for
|
||||
4. **Download the data** into this folder. See [](/howto/content/add-data) for
|
||||
details on how to do this.
|
||||
|
||||
5. All users now have read access to the data in this folder.
|
||||
|
||||
Reference in New Issue
Block a user