Łukasz Langa
5b552fab9d
Update the name of Mode in the reference docs, too
2020-03-04 23:19:21 +01:00
Łukasz Langa
e253f1260d
Introduce a section of docs about exceptions
2020-03-04 22:26:45 +01:00
Denis Laxalde
fb1ac69812
Simple docs cleanup ( #1168 )
...
* Remove reference to format_int_string in docs
The function got dropped in 250ba7f04b
.
* Remove reference to is_python36 in docs
The function got removed in 36d3c516d3
.
2019-11-22 20:38:46 -08:00
Yngve Høiseth
a6d866990e
Automatic markdown and YAML formatting with Prettier ( #874 )
2019-10-21 11:42:46 +02:00
Andrey
6aef6c9d45
#455 Fix bug with tricky unicode symbols ( #1047 )
...
* add test for special unicode symbol which usual re can not process correctly
add regex lib which supports unicode 12.1.0 standard
replace re usage in project in favor to regex
* #455 fix dependency
2019-10-13 10:21:15 -07:00
Zsolt Dollenstein
0acad54c02
fix environment for readthedocs
2019-09-18 14:08:03 +01:00
Zsolt Dollenstein
47861a6a3b
fix doc generation
2019-09-18 14:00:18 +01:00
Zsolt Dollenstein
c9689b80fb
fix doc generation
2019-08-21 16:41:11 +02:00
Zsolt Dollenstein
77b6ed1b70
Hello github.com/psf!
2019-07-22 21:41:45 +01:00
Hugo
4a953b7241
ambv/black -> python/black ( #819 )
2019-05-02 20:19:52 +01:00
Łukasz Langa
1610fd6bc5
Add trailing comma for single as
imports, too
2018-09-26 08:26:35 -07:00
Łukasz Langa
41368138bb
Fix documentation build
2018-09-18 12:04:30 -07:00
Zsolt Dollenstein
a82f186787
blackd: a HTTP server for blackening ( #460 )
2018-09-17 10:02:25 -07:00
Jon Dufresne
6027cca10d
Prefer https:// links where available ( #485 )
2018-08-28 13:00:05 +01:00
José Padilla
1e56d02cad
Add playground link ( #437 )
2018-08-17 16:36:57 +01:00
Mariatta
257f7193fa
Add travis badge and GitHub Fork banner to docs ( #365 )
2018-06-18 20:12:49 -07:00
Łukasz Langa
489d00ed8f
Support pyproject.toml
...
Fixes #65
2018-06-06 17:02:10 -07:00
Łukasz Langa
affc0ec3f9
Update beta link in docs
2018-06-06 15:46:30 -07:00
Łukasz Langa
041ec995e5
Nits
2018-06-04 16:57:27 -07:00
Zsolt Dollenstein
00a302560b
Preserve line endings when formatting a file in place ( #288 )
2018-06-04 15:52:06 -07:00
Łukasz Langa
dbe26161fa
Reformat docs/conf.py, too.
2018-06-04 12:29:14 -07:00
Łukasz Langa
2ff05f2584
Fix dangling file in documentation
2018-05-28 23:19:40 -07:00
Łukasz Langa
dd4477b701
Always explode data structure literals
...
Fixes #152
2018-05-17 17:32:43 -07:00
Łukasz Langa
8b64e916f6
Simplify is_trivial_*
methods
2018-05-15 13:25:00 -07:00
Łukasz Langa
3eea3aad86
Don't explode trailers that fit in a single line
2018-05-15 01:05:39 -07:00
Łukasz Langa
cfb003f51c
Make parentheses invisible recursively in atoms
...
This fixes non-deterministic formatting when multiple pairs of removable
parentheses are used.
Fixes #183
2018-05-07 11:13:55 -07:00
David Szotten
e84dee52d9
Should this be "_cede_ control" ( #187 )
2018-05-02 20:25:23 -07:00
Łukasz Langa
b62bd4de75
Add explode_split
to documentation
2018-04-24 14:27:21 -07:00
Łukasz Langa
2446941824
Remove dead code
2018-04-19 00:09:13 -07:00
Łukasz Langa
0a340e1f22
Update documentation
...
* Add "Ignore non-modified files" from the README
* Add missing functions to the reference
2018-04-18 18:19:04 -07:00
Łukasz Langa
a764f1bb3b
Generalize star expression handling
...
Fixes #132
2018-04-16 01:34:15 -07:00
Zsolt Dollenstein
2104b7cdcb
Handle unnecessarily escaped strings ( #128 )
2018-04-13 11:31:23 -07:00
Łukasz Langa
cb5aadad74
Automatic parentheses management
...
Fixes #4
2018-04-11 01:36:18 -07:00
Łukasz Langa
c4a477bc69
Link VCS integration in documentation
2018-04-05 13:45:16 -07:00
Zsolt Dollenstein
a42aef7806
Describe how string literals are handled ( #96 )
2018-03-31 14:42:48 -07:00
Mika⠙
3455389e48
Lines now break before all delimiters ( #94 )
...
The default behaviour is that now all lines break *before* delimiters,
instead of afterwards. The special cases for this are commas and
behaviour around args.
Resolves #73
2018-03-31 11:52:11 -07:00
Carol Willing
3c62b9cada
float python in doc build
2018-03-30 06:17:44 -04:00
Carol Willing
d2f29f86f4
use conda for rtd
2018-03-29 20:31:02 -04:00
Łukasz Langa
b901d75deb
Show __str__ in UnformattedLines
2018-03-28 19:31:40 -07:00
Łukasz Langa
653aa40579
Add DebugVisitor.show() to documentation under utility functions
2018-03-28 19:28:31 -07:00
Łukasz Langa
7f7b31058a
More minor documentation-related changes
2018-03-28 19:03:16 -07:00
Łukasz Langa
d01460d939
Auto-generated documentation-related fixes
2018-03-28 17:43:18 -07:00
Carol Willing
a9f50cd0b5
document classes, functions, exceptions ( #82 )
2018-03-28 10:12:27 -07:00
Łukasz Langa
611737f9cc
Big documentation deduplication
...
Most is not generated from README.md so we no longer have to remember to update
two Change Logs, and so on!
If we decide to diverge from the README in Sphinx, that's fine, too. We will
just create dedicated documents.
2018-03-26 18:39:02 -07:00
Łukasz Langa
fa7f3e9166
Improve pypi badge template
2018-03-26 02:27:14 -07:00
Łukasz Langa
4b8823e563
Self-host PyPI-related badges
2018-03-26 02:15:13 -07:00
Łukasz Langa
b38a3b94bd
Any logo you like
2018-03-26 01:27:15 -07:00
Łukasz Langa
c5fd578279
18.3a4
2018-03-26 00:57:02 -07:00
Łukasz Langa
cbf010e0a2
The site is cleaner without the 'Related' cruft.
2018-03-26 00:42:29 -07:00
Łukasz Langa
0095701ff9
Not actually using the Model T logo after all
2018-03-24 18:05:37 -07:00