mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
47 lines
920 B
ReStructuredText
47 lines
920 B
ReStructuredText
.. _template:
|
|
|
|
.. this is a comment
|
|
.. above is how you create an internal link so you can reference this page like :ref:`desired text<template>`
|
|
.. link name must be unique
|
|
|
|
********
|
|
Template
|
|
********
|
|
|
|
A description of this page overall. For more info on ``rst`` syntax, check out this `cheat sheet <https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html>`_.
|
|
|
|
Section Title 1
|
|
===============
|
|
|
|
A description of the section.
|
|
|
|
Here is an indented section.
|
|
|
|
Sub-title 1
|
|
-----------
|
|
|
|
For referencing ``inline code``.
|
|
|
|
An `external link <https://start9labs.com>`_ within a sentence.
|
|
|
|
.. figure:: /_static/images/bengal_cat.jpg
|
|
:width: 50%
|
|
:alt: Test figure
|
|
|
|
Here is a figure title.
|
|
|
|
Sub-title 2
|
|
-----------
|
|
|
|
Some more steps outlined here.
|
|
|
|
.. note:: A note with further explanations.
|
|
|
|
Section Title 2
|
|
================
|
|
|
|
This section includes a code block:
|
|
|
|
.. code:: javascript
|
|
|
|
console.log("hello world") |