add specter setup and contributing template

This commit is contained in:
Lucy Cifferello
2020-10-19 14:20:35 -06:00
parent c2399f1444
commit 6532ddcce7
15 changed files with 216 additions and 15 deletions

View File

@@ -0,0 +1,47 @@
.. _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")