Skip to content

flux-framework/rfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC Index

This is the Flux RFC project.

We collect specifications for APIs, file formats, wire protocols, and processes.

The full RFC specs can be found on readthedocs. Details about each of the active RFC documents can be found in the index

Table of Contents

Build Instructions

To build with python virtual environments:

virtualenv -p python3 sphinx-rtd
source sphinx-rtd/bin/activate
git clone git@github.com:flux-framework/rfc
cd rfc
pip install -r requirements.txt
make html

Change Process

The change process is C4.1 with a few modifications:

  • A specification is created and modified by pull requests according to C4.1.
  • Each specification has an editor who publishes the RFC to (website TBD) as needed.
  • Each specification has a status on that website: Raw, Draft, Stable, Legacy, Retired, Deleted.
  • Non-cosmetic changes are allowed only on Raw and Draft specifications.