Skip to content

Commit

Permalink
Merge pull request #75 from vera-chan/link-fix
Browse files Browse the repository at this point in the history
remove nesting layer restriction
  • Loading branch information
stewartfrancis authored Feb 19, 2021
2 parents 1934ed8 + 9f64436 commit 47ada56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/modules/cmci_action.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ resources

Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.

Filters can be nested. At most four nesting layers are allowed.
Filters can be nested.

When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/cmci_delete.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ resources

Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.

Filters can be nested. At most four nesting layers are allowed.
Filters can be nested.

When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/cmci_get.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ resources

Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.

Filters can be nested. At most four nesting layers are allowed.
Filters can be nested.

When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/cmci_update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ resources

Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators.

Filters can be nested. At most four nesting layers are allowed.
Filters can be nested.

When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.

Expand Down
2 changes: 1 addition & 1 deletion plugins/doc_fragments/cmci.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class ModuleDocFragment(object):
with each other.
- Can contain one or more filters. Multiple filters must be combined
using C(and) or C(or) logical operators.
- Filters can be nested. At most four nesting layers are allowed.
- Filters can be nested.
- When supplying the C(attribute) option, you must also supply a
C(value) for the filter. You can also override the default
operator of C(=) with the C(operator) option.
Expand Down

0 comments on commit 47ada56

Please sign in to comment.