anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

Documentation #34

Open refcell opened 12 months ago

refcell commented 12 months ago

Description

There are many areas of the codebase that need documentation, and two primary categories of docs to tackle.

Inline Documentation

This is a list of documentation issues for inline docs. These are doc comments that are inside source code files prefixed with a triple slash (///) that get compiled into documentation by rustdoc.

Markdown Docs

This is a list of issues for documenting items in markdown as part of the docs/ mdbook.