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

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:

Link to ReadTheDocs
authorŁukasz Langa <lukasz@langa.pl>
Sun, 25 Mar 2018 01:03:50 +0000 (18:03 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 25 Mar 2018 01:03:50 +0000 (18:03 -0700)
CONTRIBUTING.md
docs/usage.md

index 4c94ea726fae207aeac948a73b478292fbcb5a93..455a7c772cb8f067636e71446138f10e59143460 100644 (file)
@@ -1,7 +1,8 @@
 # Contributing to Black
 
 Welcome! Happy to see you willing to make the project better. Have you
-read the entire [README](README.md) yet?
+read the entire [user documentation](http://black.readthedocs.io/en/latest/)
+yet?
 
 
 ## Bird's eye view
index d90ca8845b3bb3da3ef20414f4ef2554cdb1b5ee..69ce846dea421ef8d88a86961b9dfe81117b316b 100644 (file)
@@ -4,8 +4,6 @@
 
 *Black* can be installed by running `pip install black`.  It requires
 Python 3.6.0+ to run but you can reformat Python 2 code with it, too.
-*Black* is able to parse all of the new syntax supported on Python 3.6
-*but also *effectively all* the Python 2 syntax at the same time.
 
 
 ## Usage