Getting Started

Getting started with this package is easy. To install it you just need to run the following command:

$ pip install schechter

Note

This section is intended to be a place where you can show how great your project is and how easy easy it is to use. Taylor it to your own needs and see the Markup Tips section below for some guidance on the extended markdown elements that the Myst Parser gives you for building content.

Markup Tips

Some useful elements include:

Code Blocks

Command line execution can be marked-up as follows:

$ pip install schechter

Python code can be marked-up as follows:

import numpy as np

my_array = np.ndarray([0,100])

Admonitions

A tip can be marked-up as follows:

Tip

Help for the executable for this project can be obtained in a terminal as follows:

$ schechter -h

A note can be marked-up as follows:

Note

This is an important thing to know. Please take note.

Figures

A figure can be included as follows:

Figure 1