| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Auditing a formula with this structure (plus a `desc` statement)
results in an audit warning:
> * C: 12: col 3: `include` (line 12) should be put before `desc` (line 2)
|
|
|
|
|
|
Reflect some of the wisdom learned over the last couple of years, which
contradict some of the earlier dicta.
|
|
|
|
Closes #2740.
|
|
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
|
|
Add labeled fences to most code blocks, monospace terms where
appropriate, omit "$" when referring to variables
|
|
Also changes some heading levels so only one primary
heading appears per page.
|
|
|
|
Fixes to spelling and punctuation for consistency and readability.
|
|
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added
angle brackets around them where appropriate. Also converted
Markdown-linked URLs for clarity.
|
|
GitHub now nicely generates a documentation site for us at
http://brew.sh/brew based on our docs folder. Optimise the output of
this and the GitHub docs directory for readability and the various user
groupings.
|
|
|