Commit 37438af
committed
Update docs on docs.
Update PULL_REQUEST_TEMPLATE.md to emphasize markup specificities in RST
(as opposed to md) regarding double/single backquotes and asterisks.
In documenting_mpl.rst:
- Various reformattings/line wrappings/rewordings.
- Explicitly mark the highlighting language of each code block, as we
have a mix of python/shell/rst (and emacs lisp).
- Drop unneeded `:func:`/`:class:` markups.
- Drop request to line wrap docstrings at 70 characters (in practice
they are line-wrapped at 79 like normal Python sources).
- Do not forbid spanned cells in tables, which recent Sphinxes handles
just fine.
In make.py:
- Simplify argument parsing, slightly improving output of `./make.py
--help`1 parent 3ccaf2d commit 37438af
3 files changed
Lines changed: 200 additions & 166 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments