]> 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:

Update documentation
authorŁukasz Langa <lukasz@langa.pl>
Thu, 19 Apr 2018 01:19:04 +0000 (18:19 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 19 Apr 2018 01:19:04 +0000 (18:19 -0700)
* Add "Ignore non-modified files" from the README
* Add missing functions to the reference

docs/ignoring_non_modified_files.md [new symlink]
docs/index.rst
docs/reference/reference_functions.rst

diff --git a/docs/ignoring_non_modified_files.md b/docs/ignoring_non_modified_files.md
new file mode 120000 (symlink)
index 0000000..3d2c7f5
--- /dev/null
@@ -0,0 +1 @@
+_build/generated/ignoring_non_modified_files.md
\ No newline at end of file
index d014ed8a7ac6fae4cd2ed5980d361e4be7acd0e1..df59f71e27101d16bd12423bc4e95a0b4da73189 100644 (file)
@@ -49,7 +49,8 @@ Contents
    installation_and_usage
    the_black_code_style
    editor_integration
-   version_control_integration 
+   version_control_integration
+   ignoring_non_modified_files
    contributing
    change_log
    reference/reference_summary
index 8e9936dfaa50d28a024142a19fe8871ded38838c..fcfe4468472988b5b5a391476f6fdda96653c1eb 100644 (file)
@@ -39,6 +39,8 @@ Formatting
 
 .. autofunction:: black.format_str
 
+.. autofunction:: black.reformat_one
+
 .. autofunction:: black.schedule_formatting
 
 File operations
@@ -70,6 +72,17 @@ Split functions
 
 .. autofunction:: black.bracket_split_succeeded_or_raise
 
+Caching
+-------
+
+.. autofunction:: black.filter_cached
+
+.. autofunction:: black.get_cache_info
+
+.. autofunction:: black.read_cache
+
+.. autofunction:: black.write_cache
+
 Utilities
 ---------
 
@@ -85,6 +98,8 @@ Utilities
 
 .. autofunction:: black.make_comment
 
+.. autofunction:: black.max_delimiter_priority_in_atom
+
 .. autofunction:: black.normalize_prefix
 
 .. autofunction:: black.normalize_string_quotes