Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Various style and wording tweaks (#797)
* Editorial: Avoid the wordier "the XYZ argument"; just say "XYZ". Part of #783 * Editorial: Eschew vars outside of algorithms Part of #783 * Editorial: Make dict member linking more consistent Part of #783 * Editorial: Format explanatory subscripts to emphasize variables Instead of "*foo[bar]*" make it "*foo*[*bar*]" just so that turning "foo" and "bar" into links is a more atomic operation. Purely stylistic. Part of #783 * Editorial: Drop "options.", rely on linking to provide context Part of #783 * Editorial: Linkify all argument/option references outside algorithms Part of #783 * Incorporate initial feedback * Incorporate more feedback - style/link a few more things * Remove extraneous * in example
- Loading branch information