Neal McBurnett
Neal McBurnett
Yes, @benjaminfjones, I did the same thing, and I'm actually quite puzzled by how it works with and without the `&`.
Note also a rather different approach to "integration" with "IDEs" like emacs and vim and other editors at #281, which at least makes it easy to locate and open the...
I concur that helping newbies like me find documentation on attributes, which are quite ubiquitous but hard to search for, is important. I found myself searching (ctrl-f in browser) in...
I'm glad to see that an `--xattr` option was added in recent versions.
FWIW, looks like a migration from bumpversion to bump2version (endorsed by the original bumpversion author) is firming up: [Discussion: PyPI name transfer · Issue \#86 · c4urself/bump2version](https://github.com/c4urself/bump2version/issues/86) If the user...
Thanks for checking it out. Supporting it via an option sounds good, and offhand having a `sphinx_reference` like that seems clear and flexible. I'll leave the default to you, but...
I'm not sure what `bootstrap.py` is supposed to do in the first place. It could use a docstring. So my attempt at a clarification may be off-base. But this seems...
Note also that besides tox.ini, changes are needed in `.travis.yml` and `setup.py`. So if not using the same versions, important to change the options before running, or ask for them...
Thanks, folks. I like the idea of adding a `'python_versions` field in `cookiecutter.json`. Testing and documenting options for running local tests with a different set of environments would also be...
I see there's more to cleanly offering Markdown as an option. But I guess it isn't too hard for us Markdown fans to mix-and-match your reST docs with new Markdown...