yaql/doc/source
Takashi Kajinami c054a36e93 Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

pep8 errors are fixed by
 $ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
    --in-place yaql

Change-Id: If8fe14ea056d30984669f4cb96098084c4d32e7c
2024-10-21 22:03:14 +09:00
..
_exts Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 22:03:14 +09:00
contributor [community goal] Update contributor documentation 2021-05-31 20:35:23 +00:00
conf.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 22:03:14 +09:00
extending_yaql.rst Fix docs gate 2020-03-30 00:29:34 -07:00
getting_started.rst Fix typo in YAML example 2016-05-24 16:25:06 +03:00
index.rst [community goal] Update contributor documentation 2021-05-31 20:35:23 +00:00
language_reference.rst YAQL syntax documentation 2016-12-06 21:17:27 -08:00
readme.rst Toxify project 2014-07-03 18:01:24 +04:00
standard_library.rst Merge of documenter and sphinx extension 2016-11-10 00:35:49 -08:00
usage.rst Customizing and extending yaql documentation 2016-12-13 15:16:45 -08:00
what_is_yaql.rst Documentation structure update 2015-08-26 14:53:54 +03:00