Skip to content

Commit

Permalink
Merge pull request Homebrew#1783 from jonchang/fix-docs-titles
Browse files Browse the repository at this point in the history
docs: fix titles on docs.brew.sh
  • Loading branch information
MikeMcQuaid authored Jan 5, 2017
2 parents 3dabf82 + 9a6cd9b commit f8ea328
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Acceptable-Formulae.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Acceptable Formulae

Some formulae should not go in
[homebrew/core](https://github.com/Homebrew/homebrew-core). But there are
additional [Interesting Taps & Forks](Interesting-Taps-&-Forks.md) and anyone can start their
Expand Down
1 change: 1 addition & 0 deletions docs/Analytics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Anonymous Aggregate User Behaviour Analytics

Homebrew has begun gathering anonymous aggregate user behaviour analytics and reporting these to Google Analytics. You will be notified the first time you run `brew update` or install Homebrew.

## Why?
Expand Down
1 change: 1 addition & 0 deletions docs/Bottles.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Bottles (binary packages)

Bottles are produced by installing a formula with `brew install --build-bottle $FORMULA` and then bottling it with `brew bottle $FORMULA`. This outputs the bottle DSL which should be inserted into the formula file.

## Usage
Expand Down
1 change: 1 addition & 0 deletions docs/Brew-Test-Bot-For-Core-Contributors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Brew Test Bot For Core Contributors

If a build has run and passed on `brew test-bot` then it can be used to quickly bottle formulae.

There are two types of Jenkins jobs you will interact with:
Expand Down
1 change: 1 addition & 0 deletions docs/Brew-Test-Bot.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Brew Test Bot

`brew test-bot` is the name for the automated review and testing system funded
by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-test-bot).

Expand Down
1 change: 1 addition & 0 deletions docs/C++-Standard-Libraries.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# C++ Standard Libraries

There are two C++ standard libraries supported by Apple compilers.

The default for 10.8 and earlier is **libstdc++**, supported by Apple GCC
Expand Down
1 change: 1 addition & 0 deletions docs/Checksum_Deprecation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MD5 and SHA-1 Deprecation

During early 2015 Homebrew started the process of deprecating _SHA1_ for package
integrity verification. Since then every formulae under the Homebrew organisation
has been moved onto _SHA256_ verification; this includes both source packages
Expand Down
1 change: 1 addition & 0 deletions docs/Common-Issues.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Common Issues

This is a list of commonly encountered problems, known issues, and their solutions.

### `brew` complains about absence of "Command Line Tools"
Expand Down
1 change: 1 addition & 0 deletions docs/Custom-GCC-and-cross-compilers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Custom GCC and Cross Compilers

Homebrew depends on having an up-to-date version of Xcode because it comes with
specific versions of build tools e.g. `clang`.

Expand Down
1 change: 1 addition & 0 deletions docs/External-Commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# External Commands

Homebrew, like Git, supports *external commands*. This lets you create new commands that can be run like:

```shell
Expand Down
1 change: 1 addition & 0 deletions docs/Formula-Cookbook.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Formula Cookbook

A formula is a package definition written in Ruby. It can be created with `brew create $URL`, installed with `brew install $FORMULA`, and debugged with `brew install --debug --verbose $FORMULA`. Formulae use the [Formula API](http://www.rubydoc.info/github/Homebrew/brew/master/Formula) which provides various Homebrew-specific helpers.

## Homebrew Terminology
Expand Down
1 change: 1 addition & 0 deletions docs/Gems,-Eggs-and-Perl-Modules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Gems, Eggs and Perl Modules

On a fresh macOS installation there are three empty directories for
add-ons available to all users:

Expand Down
1 change: 1 addition & 0 deletions docs/Homebrew-and-Python.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Python

This page describes how Python is handled in Homebrew for users. See [Python for Formula Authors](Python-for-Formula-Authors.md) for advice on writing formulae to install packages written in Python.

Homebrew should work with any [CPython](https://stackoverflow.com/questions/2324208/is-there-any-difference-between-cpython-and-python) and defaults to the macOS system Python.
Expand Down
1 change: 1 addition & 0 deletions docs/How-to-Create-and-Maintain-a-Tap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# How to Create and Maintain a Tap

Taps are external sources of Homebrew formulae and/or external commands. They
can be created by anyone to provide their own formulae and/or external commands
to any Homebrew user.
Expand Down
1 change: 1 addition & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Installation

The suggested and easiest way to install Homebrew is on the
[homepage](http://brew.sh).

Expand Down
1 change: 1 addition & 0 deletions docs/Interesting-Taps-&-Forks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Interesting Taps & Forks

A Tap is homebrew-speak for a git repository containing extra formulae.
Homebrew has the capability to add (and remove) multiple taps to your local installation with the `brew tap` and `brew untap` command. Type `man brew` in your Terminal. The main repository https://github.com/Homebrew/homebrew-core, often called `homebrew/core`, is always built-in.

Expand Down
1 change: 1 addition & 0 deletions docs/Kickstarter-Supporters.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Kickstarter Supporters

This file contains a list of the awesome people who gave £5 or more to
[our Kickstarter](https://www.kickstarter.com/projects/homebrew/brew-test-bot).

Expand Down
1 change: 1 addition & 0 deletions docs/Maintainer-Guidelines.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Maintainer Guidelines

**This guide is for maintainers.** These special people have **write
access** to Homebrew’s repository and help merge the contributions of
others. You may find what is written here interesting, but it’s
Expand Down
1 change: 1 addition & 0 deletions docs/Maintainers-Avoiding-Burnout.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Maintainers: Avoiding Burnout

**This guide is for maintainers.** These special people have **write
access** to Homebrew’s repository and help merge the contributions of
others. You may find what is written here interesting, but it’s
Expand Down
1 change: 1 addition & 0 deletions docs/Migrating-A-Formula-To-A-Tap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Migrating A Formula To A Tap

There are times when we may wish to migrate a formula from one tap into another tap. To do this:

1. Create a pull request to the new tap adding the formula file as-is from the original tap. Fix any test failures that may occur due to the stricter requirements for new formulae than existing formula (e.g. `brew audit --strict` must pass for that formula).
Expand Down
1 change: 1 addition & 0 deletions docs/New-Maintainer-Checklist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# New Maintainer Checklist

**This is a guide used by existing maintainers to invite new maintainers. You might find it interesting but there's nothing here users should have to know.**

So, there's someone who has been making consistently high-quality contributions to Homebrew for a long time and shown themselves able to make slightly more advanced contributions than just e.g. formula updates? Let's invite them to be a maintainer!
Expand Down
1 change: 1 addition & 0 deletions docs/Querying-Brew.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Querying `brew`

_In this document we will be using [jq](https://stedolan.github.io/jq/) to parse JSON, available from Homebrew using `brew install jq`._

## Overview
Expand Down
1 change: 1 addition & 0 deletions docs/Versions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Versions

Now that [Homebrew/versions](https://github.com/homebrew/homebrew-versions) has been deprecated [Homebrew/core](https://github.com/homebrew/homebrew-core) supports multiple versions of formulae with a new naming format.

In [Homebrew/versions](https://github.com/homebrew/homebrew-versions) the formula for GCC 6 was named `gcc6.rb` and began `class Gcc6 < Formula`. In [Homebrew/core](https://github.com/homebrew/homebrew-core) this same formula is named `[email protected]` and begins `class GccAT6 < Formula`.
Expand Down
1 change: 1 addition & 0 deletions docs/brew-tap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Taps (third-party repositories)

`brew tap` adds more repos to the list of formulae that `brew` tracks, updates,
and installs from. By default, `tap` assumes that the repos come from GitHub,
but the command isn't limited to any one location.
Expand Down

0 comments on commit f8ea328

Please sign in to comment.