Update documentation
* Add "Ignore non-modified files" from the README * Add missing functions to the reference
This commit is contained in:
parent
aa5629204c
commit
0a340e1f22
1
docs/ignoring_non_modified_files.md
Symbolic link
1
docs/ignoring_non_modified_files.md
Symbolic link
@ -0,0 +1 @@
|
||||
_build/generated/ignoring_non_modified_files.md
|
@ -50,6 +50,7 @@ Contents
|
||||
the_black_code_style
|
||||
editor_integration
|
||||
version_control_integration
|
||||
ignoring_non_modified_files
|
||||
contributing
|
||||
change_log
|
||||
reference/reference_summary
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user