adding css rule for logo and fixing some ref links

This commit is contained in:
Chris Holdgraf
2018-08-11 11:45:36 -07:00
committed by yuvipanda
parent e2df502093
commit 295b0683a2
9 changed files with 16 additions and 13 deletions

View File

@@ -6,14 +6,14 @@ Adding data to the JupyterHub
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 :ref:`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`.
:ref:`howto/content/share-data`.
Adding data from your local machine
===================================
@@ -37,7 +37,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 :ref:`howto/content/share-data`.
Downloading data from the command line
======================================
@@ -90,6 +90,6 @@ time. You can download it from your browser `at this link <https://swcarpentry.g
#. 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 :ref:`howto/content/share-data`.
.. TODO: Downloading data with the "download" module in Python? https://github.com/choldgraf/download