python_commenting
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| python_commenting [2019/12/11 22:34] – created jrseti | python_commenting [2019/12/11 23:33] (current) – jrseti | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Python Commenting====== | ======Python Commenting====== | ||
| - | Example | + | Good example: https:// |
| + | |||
| + | ===Module | ||
| + | |||
| + | < | ||
| + | # | ||
| + | # -*- coding: utf-8 -*- | ||
| + | |||
| + | """ | ||
| + | Using the method defined in Perley and Butler, 2016: | ||
| + | https:// | ||
| + | sources from 1 to 10GHz and optionally produce a graph that is automatically | ||
| + | displayed in a browser. | ||
| + | |||
| + | Author: Jon Richards, jrseti@gmail.com | ||
| + | |||
| + | Example: | ||
| + | |||
| + | Provide usage examples here | ||
| + | |||
| + | """ | ||
| + | </ | ||
| + | |||
| + | ===Function Example=== | ||
| < | < | ||
python_commenting.1576103671.txt.gz · Last modified: 2019/12/11 22:34 by jrseti