Skip to content

Commit f7479bf

Browse files
committed
Merge remote-tracking branch 'IQSS/develop' into Metrics-fix_file/monthly
2 parents 8b831a0 + 4b3afe3 commit f7479bf

File tree

13 files changed

+19
-12
lines changed

13 files changed

+19
-12
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### News on Support for External Vocabulary Services
2+
3+
It is now possible to fill Dataverse keywords metadata using an OntoPortal service.
4+
The code has been shared on [GDCC GitHub Repository](https://github.com/gdcc/dataverse-external-vocab-support#scripts-in-production).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Guides Table of Contents Depth
2+
3+
On the home page for each guide (User Guide, etc.) there was an overwhelming amount of information in the form of a deeply nested tabled of contents. The depth of the table of contents has been reduced to two levels, making the home page for each guide more readable. See #11166.

doc/sphinx-guides/source/admin/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This guide documents the functionality only available to superusers (such as "da
1111
**Contents:**
1212

1313
.. toctree::
14+
:maxdepth: 2
1415

1516
dashboard
1617
external-tools

doc/sphinx-guides/source/api/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ API Guide
99
**Contents:**
1010

1111
.. toctree::
12+
:maxdepth: 2
1213

1314
intro
1415
getting-started
@@ -24,4 +25,4 @@ API Guide
2425
linkeddatanotification
2526
apps
2627
faq
27-
changelog
28+
changelog

doc/sphinx-guides/source/container/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Container Guide
44
**Contents:**
55

66
.. toctree::
7+
:maxdepth: 2
78

89
intro
910
running/index

doc/sphinx-guides/source/contributor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to Dataverse! We are open to contri
44

55
```{contents} Contents:
66
:local:
7-
:depth: 3
7+
:depth: 2
88
```
99

1010
## Ideas and Feature Requests

doc/sphinx-guides/source/developers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Developer Guide
99
**Contents:**
1010

1111
.. toctree::
12+
:maxdepth: 2
1213

1314
intro
1415
dev-environment

doc/sphinx-guides/source/installation/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Installation Guide
99
**Contents:**
1010

1111
.. toctree::
12+
:maxdepth: 2
1213

1314
intro
1415
prep

doc/sphinx-guides/source/qa/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# QA Guide
22

33
```{toctree}
4+
:caption: "Contents:"
5+
:maxdepth: 2
46
overview.md
57
testing-approach.md
68
testing-infrastructure.md

doc/sphinx-guides/source/style/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This style guide is meant to help developers implement clear and appropriate UI
1111
**Contents:**
1212

1313
.. toctree::
14+
:maxdepth: 2
1415

1516
foundations
1617
patterns

0 commit comments

Comments
 (0)