Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Table of Contents
- [43/Job List Service](spec_43.rst)
- [44/Resource Events](spec_44.rst)
- [45/Resource Range String Representation](spec_45.rst)
- [46/Command Line Job](spec_46.rst)

Build Instructions
------------------
Expand Down
7 changes: 7 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ Changes to resource availability are recorded in an RFC 18 eventlog.
This specification describes a compact form for expressing an RFC 14
resource range defined by a min/max/operand/operator combination.

:doc:`spec_46`
~~~~~~~~~~~~~~

This specification describes a compact form for expressing an RFC 14 jobspec
resources list that can be provided to several Flux commands by a user.

.. Each file must appear in a toctree
.. toctree::
:hidden:
Expand Down Expand Up @@ -341,3 +347,4 @@ resource range defined by a min/max/operand/operator combination.
spec_43
spec_44
spec_45
spec_46
Loading