Boris Verkhovskiy
|
790a78e3cf
|
Remove bare links
|
2024-06-03 13:31:20 -06:00 |
|
Boris Verkhovskiy
|
0aceb41100
|
[python/*] remove feedback email request
|
2024-04-07 03:54:02 -07:00 |
|
Boris Verkhovskiy
|
3e687f1a8c
|
Remove leading and trailing empty lines in code blocks
|
2024-04-06 08:33:50 -07:00 |
|
Tomáš Bedřich
|
7b7464e178
|
Fix bad description of floor division
|
2020-02-19 10:04:30 +01:00 |
|
Adam Bard
|
ae75b35f5f
|
fix cs-cz python3 again
|
2020-02-13 22:13:20 -08:00 |
|
Adam Bard
|
cb55323819
|
fix cs-cz python3
|
2020-02-13 22:07:05 -08:00 |
|
Simon Shine
|
efe00fd06e
|
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
|
2020-02-12 05:03:08 +01:00 |
|
Simon Shine
|
a3b0585374
|
Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
fnew=$(echo "$f" | sed 's/python3/python/')
git mv "$f" "$fnew"
done
|
2020-02-12 04:54:36 +01:00 |
|