8000 wg: Add DOC Working Group by bradjc · Pull Request #3815 · tock/tock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wg: Add DOC Working Group #3815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 2, 2024
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 doc/wg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Existing Working Groups

- [Core](core/README.md)
- [OpenTitan](opentitan/README.md)
- [Documentation](documentation/README.md)


Retired Working Groups
Expand Down
33 changes: 33 additions & 0 deletions doc/wg/documentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Tock Documentation Working Group (DOC)
======================================

- Working Group Charter
- Adopted xx/xx/xxxx

## Goals

The goals of the Tock Documentation Working Group (DOC) are to:

- maintain and improve the [Tock Book][book]
- oversee and improve the [API docs][api]
- maintain and improve the informational content on the [TockOS website][tockos]
- review changes to TockOS documentation in the [doc folder][doc]

## Members

- Brad Campbell (Chair), University of Virginia
- Branden Ghena, Northwestern University

## Code Purview

The DOC working group maintains:

- https://github.com/tock/book
- A subset of https://github.com/tock/tock/tree/master/doc
- Syscall documentation
- General Tock documentation

[book]: https://book.tockos.org/
[api]: https://docs.tockos.org/kernel/
[tockos]: https://tockos.org/
[doc]: https://github.com/tock/tock/tree/master/doc
0