Skip to content

Welcome to UIUC AI Chatbot

Learning to write documentation

It's just markdown, with truly OPTIONAL extra features.

import numpy as np
for i in range(10):
  print(i)

Callout boxes

Tip: Use callout boxes to highlight important information.

It's critical to avoid this.

how to use Admonitions, or 'callout' boxes
!!! danger "Danger: don't do this!"

    It's critical to avoid this.
Types of Admonitions, or 'callout' boxes
note
abstract
info
tip
success
question
warning
failure
danger
bug
example
quote

Contribute docs

Here's the reference for creating new docs: https://squidfunk.github.io/mkdocs-material/reference/