Skip to content

Commit

Permalink
Update to uploading_files.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
anbeemer committed Jul 17, 2024
1 parent ccb72ae commit facc582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/uploading_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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.



0 comments on commit facc582

Please sign in to comment.