File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626
2727# --------------------- NOTES TO CONTRIBUTORS -----------------------
2828# Markdown in mkdocs
29- # 01. Redering concatenates across single line breaks. This means...
29+ # 01. Rendering concatenates across single line breaks. This means...
3030# A. We have to be careful to add extra line breaks around paragraphs,
31- # including between the end of a pgf and the beginnign of bullets.
31+ # including between the end of a pgf and the beginning of bullets.
3232# B. We can use hard wrapping to make github reviews easier to read.
3333# VSCode Rewrap extension offers a keyboard shortcut for hard wrap
34- # at the ruler, but don't add breaks in [multiword links](example.com)
34+ # at the ruler, but don't add breaks in [multi-word links](example.com)
3535# 02. Instead of designating codeblocks with bash, use console. For example..
3636# ```console
3737# cd ../my_dir
5757# 02. Site analytics depend on a local environment variable GOOGLE_ANALYTICS_KEY
5858# You can find this in LastPass or declare with any string to suppress errors
5959# 03. The API section will pull docstrings.
60- # A. Follow google styleguide e.g.,
60+ # A. Follow google style guide e.g.,
6161# https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
6262# With typing suggestions: https://docs.python.org/3/library/typing.html
6363# B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19
You can’t perform that action at this time.
0 commit comments