aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Python-for-Formula-Authors.md
AgeCommit message (Collapse)Author
2018-01-12Python-for-Formula-Authors: python from PATH isn't used.Mike McQuaid
2018-01-11docs: remove :python requirementEricFromCanada
2018-01-07docs: fix audit warning in Python formula exampleAlyssa Ross
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)
2018-01-01Deprecate Homebrew/homebrew-scienceMike McQuaid
2017-08-12Remove some hedge words.Mike McQuaid
2017-08-11Update Python docsTim D. Smith
Reflect some of the wisdom learned over the last couple of years, which contradict some of the earlier dicta.
2017-07-09Add example links in Python for Formula AuthorsAlex Semyonov
2017-06-14Remove reference to link_scripts.Tim D. Smith
Closes #2740.
2017-05-13Update to venv.pip_install_and_link in docMichka Popoff
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
2017-03-25docs: code example reformattingEricFromCanada
Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables
2017-03-19docs: grammar edits, sentence-case secondary headingsEricFromCanada
Also changes some heading levels so only one primary heading appears per page.
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-02-23Grammar fixes for docsEricFromCanada
Fixes to spelling and punctuation for consistency and readability.
2017-02-23Fix broken or inactive URLsEricFromCanada
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.
2017-01-04Cleanup documentation siteMike McQuaid
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.
2016-09-20Rearrange repository files.Mike McQuaid