Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,12 @@ the tool shall look in the same directory for any files
which match any of the patterns
(the asterisk (``*``) represents file globbing):

- :var:`name`\ :path:`:`\ :glob:`*`\ :path:`.cps`

- :var:`name`\ :path:`-`\ :glob:`*`\ :path:`.cps`

- :var:`name`\ :path:`@`\ :glob:`*`\ :path:`.cps`

- :var:`name`\ :path:`:`\ :glob:`*`\ :path:`@`\ :glob:`*`\ :path:`.cps`

- :var:`name`\ :path:`-`\ :glob:`*`\ :path:`@`\ :glob:`*`\ :path:`.cps`

Patterns containing colon (``:``) shall be skipped
on platforms for which that character
is not permitted in file names (e.g. Windows).

If any such package specifications are found,
they shall be loaded at the same time,
and their contents appended to the information loaded from the base CPS.
Expand Down
Loading