Commit Graph

5 Commits

Author SHA1 Message Date
Joe Bellus c3a14d6c33 Documentation
Added documentation to many public functions

Added Codex documentaiton for the project as a whole

Added build pipline for generating codex site
2024-04-19 01:44:24 -04:00
Joe Bellus 972ddb57ca Stack alignment
Stacks now have an alignment property, which allows them to align their
content.

Horizontal stacks can be aligned Top Bottom Center.

Vertical stacks can be aligned Left Right Center.

This is respected for both Stack::insert and Stack::component.

Alignment expects Stack::insert to contain a single line string, which
is a functional requirement for both Stack::insert and ViewContext::insert.
2024-04-15 13:14:30 -04:00
Joe Bellus ba7703e4c2 sync commit 2023-09-02 22:46:50 -04:00
Joe Bellus 3388ae4096 doc strings and doc tests 2023-05-29 20:46:21 -04:00
Joe Bellus aaa51179ad refactor 2023-05-29 16:11:04 -04:00