Skip to content

Commit 9a38b63

Browse files
committed
Fix various warnings about missing documents
1 parent f8df17c commit 9a38b63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

AclOps/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Authorization header:
1616

1717
* read: The given user is authorized for read access to the resource (generally all GET requests)
1818
* create: The given user is authorized to create new resources (generally POST or PUT requests)
19-
* update: The given user is authorized to modified a resource (e.g. :doc:`../DatasetOps\PUT_Value`)
19+
* update: The given user is authorized to modified a resource (e.g. :doc:`../DatasetOps/PUT_Value`)
2020
* delete: The given user is authorized to delete a resource (e.g. Delete a Group)
2121
* readACL: The given user is authorized to read the ACLs of a resource
2222
* updateACL: The given user is authorized to modify the ACLs of a resource

Authorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ username and password against a value stored within a password file.
1010

1111
If neither the requested object (Group, Dataset, or Committed Datatype) nor the object's root group
1212
has an Access Control List (ACL), authorization is not required and no authentication string
13-
needs to be supplied. See :doc:`../AclOps`) for information on how to use ACL's.
13+
needs to be supplied. See :doc:`../AclOps/index`) for information on how to use ACL's.
1414

1515
If the requested object (or object's root group), does have an ACL, authorization may be required
1616
(if the object is not publically readable),

DatasetOps/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ large to include in the URI.)
4747
Resizable datasets
4848
------------------
4949
If one or more of the dimensions of a dataset may need to be extended after creation,
50-
provide a *maxdims* key to the shape during creation (see :doc:`POST_dataset`). If the value of the maxdims
50+
provide a *maxdims* key to the shape during creation (see :doc:`POST_Dataset`). If the value of the maxdims
5151
dimension is 0, that dimension is *unlimited* and may be extended as much as desired.
5252
If an upper limit is known, use that value in maxdims which will allow that dimension
5353
to be extended up to the given value.
54-
To resize the dataset, use :doc:`PUT_DataShape.rst` operation with the desired shape value(s) for
54+
To resize the dataset, use :doc:`PUT_DatasetShape` operation with the desired shape value(s) for
5555
the new dimensions.
5656

5757
Note: dimensions can only be increased, not decreased.

Installation/ServerSetup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ A path indicating the directory where HDF5 files will be be stored.
166166

167167
*Note*: Any HDF5 file content that you put in this directory will be exposed via the
168168
server REST api (unless the domain's ACL is configured to prevent public access, see:
169-
:doc:`../AclOps`).
169+
:doc:`../AclOps/index`).
170170

171171
Default: ``../data/``
172172

0 commit comments

Comments
 (0)