Florian Bruhin
|
ce6778f1d5
|
doc: Fix settings anchors
|
2014-09-21 21:23:16 +02:00 |
|
Florian Bruhin
|
c9a24f32f5
|
Use new utils module for colors in asciidoc2html.
|
2014-09-18 08:31:36 +02:00 |
|
Florian Bruhin
|
a1e257ac4a
|
scripts: Add qutebrowser/html/doc to cleanup
|
2014-09-16 20:12:14 +02:00 |
|
Florian Bruhin
|
e0c0db68f6
|
scripts: Rename generate_doc to src2asciidoc
|
2014-09-16 20:08:34 +02:00 |
|
Florian Bruhin
|
3bfc555075
|
Split generate_doc.py
|
2014-09-16 20:08:08 +02:00 |
|
Florian Bruhin
|
e1d93fa3fa
|
Move inspect stuff from cmdutils to command.
|
2014-09-15 07:42:21 +02:00 |
|
Florian Bruhin
|
f2e68685d2
|
Fix doc generation with overridden argument names.
|
2014-09-15 00:03:39 +02:00 |
|
Florian Bruhin
|
38c341e3ea
|
Add count info in commands.
|
2014-09-13 00:33:54 +02:00 |
|
Florian Bruhin
|
80ef0782d5
|
Improve some docstrings.
|
2014-09-13 00:22:27 +02:00 |
|
Florian Bruhin
|
070d5ae300
|
Add more documentation.
|
2014-09-08 12:21:47 +02:00 |
|
Florian Bruhin
|
880758d04e
|
Make generate_doc work on Windows
|
2014-09-08 11:40:27 +02:00 |
|
Florian Bruhin
|
381b06e967
|
Fix lint
|
2014-09-08 07:44:32 +02:00 |
|
Florian Bruhin
|
0267dac2be
|
Add --help documentation
|
2014-09-08 07:36:18 +02:00 |
|
Florian Bruhin
|
2cc41081b3
|
Add newline in settings doc.
|
2014-09-08 07:36:18 +02:00 |
|
Florian Bruhin
|
02e4fdd867
|
generate_doc: Call asciidoc
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
8d9dd8e83d
|
doc: Remove some newlines
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
e416228713
|
doc: Add missing blank lines
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
04c77d4d90
|
Adjust formatting for arg descriptions
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
9e3f5e28bc
|
docs: Fix heading levels
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
dcfb52847f
|
Nicer flag output in docs.
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
9f23e9aa36
|
Many improvements for generate_doc
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
02292d8518
|
generate_doc: Remove unneeded whitespace
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
a1fabcc5c2
|
Start rewriting manpage generation
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
b03b0a173c
|
generate_doc: Use argparse for command syntax
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
b453ae563e
|
Clean up docstring parsing and move it into qutebrowser for commands.
|
2014-09-08 07:36:17 +02:00 |
|
Florian Bruhin
|
ccfc0b3c19
|
Get rid of most @property's.
They were problematic because they're executing hidden code, and also PyQt
hides exceptions happening inside them.
|
2014-09-02 23:37:47 +02:00 |
|
Florian Bruhin
|
2fdf241da2
|
Add dependency on jinja2.
|
2014-08-28 20:14:40 +02:00 |
|
Florian Bruhin
|
f6c1c8b73b
|
generate_doc: Order authors correctly.
|
2014-08-27 13:16:01 +02:00 |
|
Florian Bruhin
|
ce4a5affa4
|
Rename commands.utils to commands.cmdutils.
|
2014-08-26 20:48:39 +02:00 |
|
Florian Bruhin
|
d625cde28c
|
Clean up imports
|
2014-08-26 19:10:14 +02:00 |
|
Florian Bruhin
|
66a09f6993
|
pylint_checkers: Don't check binary open in openencoding.
|
2014-08-20 20:33:34 +02:00 |
|
Florian Bruhin
|
17dd4732ae
|
Add explicit encoding to open() calls.
|
2014-08-20 20:33:14 +02:00 |
|
Florian Bruhin
|
fb8ef69a63
|
pylint: Add checker for open() without encoding.
|
2014-08-20 18:51:55 +02:00 |
|
Florian Bruhin
|
7f6b44e4b0
|
run_checks: Add PWD to os.path.
Without this change, running checkers when not running unittests failed,
because qutebrowser couldn't be imported.
|
2014-08-20 07:14:12 +02:00 |
|
Florian Bruhin
|
7d219a2529
|
ez_setup: Update to 5.8
|
2014-08-17 11:50:22 +02:00 |
|
Florian Bruhin
|
7512d766d4
|
run_checks: Colorize exit status
|
2014-08-14 20:58:39 +02:00 |
|
Florian Bruhin
|
0f1c819b89
|
run_checks: Add some colors
|
2014-08-14 20:42:11 +02:00 |
|
Florian Bruhin
|
cc4fd46c6f
|
run_checks: Refactor checks if checker is enabled.
|
2014-08-14 20:08:30 +02:00 |
|
Florian Bruhin
|
c62586a3dd
|
ez_setup: Update to 5.6.
|
2014-08-14 19:28:07 +02:00 |
|
Florian Bruhin
|
0f00ce244e
|
run_checks: More refactoring
|
2014-08-14 18:02:38 +02:00 |
|
Florian Bruhin
|
dbc9a53e1c
|
run_checks: Refactor running of checkers
|
2014-08-14 16:14:21 +02:00 |
|
Florian Bruhin
|
9281f30c7b
|
run_checks: Use argparse
|
2014-08-14 15:32:42 +02:00 |
|
Florian Bruhin
|
c7bfe784e4
|
Adjust the rest of the code for rfc6266 -> pypeg2
|
2014-08-14 13:37:27 +02:00 |
|
Florian Bruhin
|
b610a968cc
|
run_checks: Re-enable pylint plugins.
|
2014-08-12 22:38:36 +02:00 |
|
Florian Bruhin
|
e248c53358
|
run_checks: Rename CONFIG to config.
|
2014-08-12 22:38:28 +02:00 |
|
Florian Bruhin
|
dc00f346f4
|
run_checks: Add docstring to main
|
2014-08-12 21:12:31 +02:00 |
|
Florian Bruhin
|
01ec30cda3
|
run_checks: Add main block
|
2014-08-12 18:48:31 +02:00 |
|
Florian Bruhin
|
2d1f84e7f0
|
run_checks: Always run pep257
|
2014-08-12 18:47:11 +02:00 |
|
Florian Bruhin
|
720e56cdc1
|
run_checks: Add configfile
|
2014-08-12 18:46:54 +02:00 |
|
Florian Bruhin
|
50604de24d
|
Update ez_setup to 5.5.1
|
2014-08-11 14:48:58 +02:00 |
|