HF-Sphinx-Documentation ======================= Welcome to the HF-Sphinx documentation! This site provides organized and easy-to-navigate resources written in ``reStructuredText``. If you are new to this syntax or need a reference, consult the official `reStructuredText documentation `_. Use the sections below to explore the main topics, examples, and guides that make up this documentation set. .. toctree:: :maxdepth: 2 :caption: Main Topics Semester-02/index Semester-03/index cheat_sheet/index .. toctree:: :maxdepth: 2 :hidden: README.md credits contact Tofu Sphinx — Color Palette =========================== This section displays the **current color palette** applied to this Sphinx documentation theme. It provides a visual reference of the colors used, so you can maintain consistent styling across your documentation. .. raw:: html :file: _static/tofo-color-palette.html Palette JSON / CSS variables ---------------------------- .. code-block:: json { "primary": "#1F6FEB", "primary-600": "#155ecf", "accent": "#FF6B6B", "accent-600": "#e45555", "muted": "#6B7280", "bg": "#0F1724", "surface": "#0B1220", "card": "#0E1A2B", "text": "#E6EEF8", "text-muted": "#A9B6C8", "success": "#26C281", "warning": "#FFC16A" }