HelloChatterbox / dev_documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatterbox Documentation

Head to https://chatterbox.ai/documentation for all public facing documentation. The website is automatically updated from this repo.

Table of Contents

Objective

The purpose of this repo is to unify all the documentation for the public-facing components of Chatterbox.AI, and to reduce the fragmentation of documentation.

It is intended that the Markdown in this repo will be consumed by transformation layers or integrations to present the documentation in a user-friendly way.

Project lead and key contact

@krisgesling - Kris Gesling kris.gesling@chatterbox.ai

Branches

At the time of writing, the Docs Repository has only a single branch, master. This is the default branch for the repo.

Documentation standards

Conventions

The following conventions are observed in Chatterbox documentation:

  • All code is presented like this
  • All Chatterbox-specific terms are bolded
  • Information is presented in 'inverted pyramid format'. This means an overview is given first, then more detailed information, then more granular information.
  • Human-written documentation is done in Markdown, on GitHub
  • Documentation of code is done through Google DocStrings format https://google.github.io/styleguide/pyguide.html#Comments and this then passed to documentation generators.

Styling conventions

The following conventions are used for styling technical terms and related phrases.

  • internet is always written in lowercase, never as Internet unless at the start of a sentence.
  • Metadata is always styled as one word
  • Micro SD card is always styled as such, not as micro sd card, micro SD card or alternatives
  • Picroft is always styled as such
  • Skill Author is always used to refer to the developer, writer or creator of a Skill.
  • Speak is always capitalized given the importance of Speaking in a voice interface.
  • User is always capitalized as a sign of respect for our Users.
How voice interactions are presented in documentation

To make documentation easier to read, voice interactions should be presented in a consistent style.

How to present a User Speaking

When a User Speaks, it is always presented in the style of a quote:

Hey Chatterbox, what time is it?

When Chatterbox Speaks, it is always presented in quote marks in preformatted style:

"The time is 12.30"

Tone of voice

Chatterbox documentation is written with the following tone of voice:

  • Knowledgeable but never arrogant
  • Helpful but encouraging of self-discovery
  • Easily readable, but not dumbed down

Documentation checklist

Use this handy checklist when creating or modifying documentation:

  • Have you checked for duplicate documentation?
  • Has the documentation been verified for accuracy?
  • Does the documentation comply with the Style Guide?
  • Does the documentation comply with tone of voice?

Contributing

See the Contributing Guide for Chatterbox Documentation

License

See the License for Chatterbox Documenation

About

License:Apache License 2.0


Languages

Language:Python 100.0%