]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Create FAQ documentation (GH-2247)
authorFelix Hildén <felix.hilden@gmail.com>
Tue, 25 May 2021 20:07:05 +0000 (23:07 +0300)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 20:07:05 +0000 (16:07 -0400)
commit04518c38c945ecf3c15765b71642112495cade8d
tree26731a453d2f63b87ad7cde4114dfab68da5f139
parent3759b856af3434e96ff48ac635928079a4a48ae7
Create FAQ documentation (GH-2247)

This commit creates a Frequently Asked Questions document for our users
to read. Hopefully they actually read it too. Items included are:
Black's non-API, AST safety, style stability, file discovery, Flake8
disagreements and Python 2 support. Hopefully I've got the answers
down in general.

Commit history before merge:

* Create FAQ
* Address feedback
* Move to single markdown file
* Minor wording improvements
* Add changelog entry
CHANGES.md
docs/_static/custom.css
docs/faq.md [new file with mode: 0644]
docs/index.rst