Skip to content

Instantly share code, notes, and snippets.

View bdbaddog's full-sized avatar

William Deegan bdbaddog

View GitHub Profile
@bdbaddog
bdbaddog / README.txt
Last active April 30, 2018 22:49
WIP sphinx for scons API docs
# adjust to your path
sphinx-apidoc -f -o source/ ../../git/as_scons/src/engine/ "/Users/bdbaddog/devel/scons/git/as_scons/src/engine/SCons/*Tests.py"
# do this then answer the questions
sphinx-quickstart
# Then replace source/conf.py with below, but adjust the paths which are /Users/bdbaddog...
# replace source/index.rst with below
@tomster
tomster / .gitconfig
Created September 25, 2011 11:48
An example git configuration including convenience aliases, some saner default behavior, a neat shell prompt and tab completion that can display the name of the tracking remote
# ~/.gitconfig
[branch]
autosetupmerge = true
[push]
default = current
[core]
excludesfile = .gitignore