Skip to content

Commit

Permalink
make dirindex images appear in docs IQSS#7823
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 21, 2021
1 parent b264970 commit 86b70b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -825,14 +825,20 @@ through the Dataverse application.
For example, if you have a dataset version with 2 files, one with the folder named "subfolder":
|image1|
.. |image1| image:: ./img/dataset_page_files_view.png
or, as viewed as a tree on the dataset page:
|image2|
.. |image2| image:: ./img/dataset_page_tree_view.png
The output of the API for the top-level folder (``/api/datasets/{dataset}/dirindex/``) will be as follows:
|image3|
.. |image3| image:: ./img/index_view_top.png
with the underlying html source:
Expand All @@ -851,6 +857,8 @@ with the underlying html source:
The ``/dirindex/?folder=subfolder`` link above will produce the following view:
|image4|
.. |image4| image:: ./img/index_view_subfolder.png
with the html source as follows:
Expand Down

0 comments on commit 86b70b7

Please sign in to comment.