aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2016-07-01 13:58:44 -0300
committerMauro Carvalho Chehab <[email protected]>2016-07-01 14:54:22 -0300
commit7347081e8a52d1aa0c04d2dfd6e1e0b0bd59758e (patch)
tree0e7de261b9cc77e48fc35c0d3fbee0cbe66b53e6 /tools/perf/scripts/python
parentaf4a4d0db8ab2c4e2088bc48cfa49511b766dca6 (diff)
doc-rst: linux_tv: simplify references
There are lots of internal references in the form: :ref:`foo <foo>` Simplify them to be just: :ref:`foo`. Patch generated via this small script: for j in $(find . -name '*'); do echo $j; perl -ne 'if (m/\`(\S+)\s*\<(\S+)\>\`/) { if (!($1=~'http') && $1 eq $2) { s,\s*\<(\S+)\>,,; } } print $_' <$j >a && mv a $j; done Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions