diff --git a/docs/tutorials/uploading_files.rst b/docs/tutorials/uploading_files.rst index d6a82c6..4a97c26 100644 --- a/docs/tutorials/uploading_files.rst +++ b/docs/tutorials/uploading_files.rst @@ -15,11 +15,14 @@ If no module with the specified name exists, a module will be created to house t The `destination` key specifies where in the file structure you would like the file to be placed. +Note that while a file cannot be simultaneously placed in multiple file structure locations using `meta.json`, if `meta.json` is updated, +the file will not automatically be deleted from any previous location unless that instance is specifically deleted. + Example ======= -If the `meta.json` folder looks like: +If the `meta.json` file looks like: .. code-block:: @@ -35,8 +38,5 @@ then the file `F24_Math100_syllabus.pdf` will be put into two modules: `Course I Within these two modules, its title will appear to students as `Syllabus`. The file will be located in `course_info/syllabus_schedule`, which will be created if it did not already exist. -Note that while a file cannot be simultaneously placed in multiple file structure locations using `meta.json`, if `meta.json` is updated, -the file will not automatically be deleted from any previous location unless that instance is specifically deleted. -