| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of listing 'language: python3' for Python 3, use
language: Python
as #3450 does.
```
find . -iname "python-*.markdown" -exec \
sed -i 's/language: python3/language: Python/' {} \;
```
|
|
|
|
| |
The list of references is exhausted by running 'ack docs/python'.
|
|
|
|
|
|
|
|
| |
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
fnew=$(echo "$f" | sed 's/python3/python/')
git mv "$f" "$fnew"
done
|
| |
|
| |
|
| |
|
|
Create ar-ar dir and save the file into it.
This is just a translation of the html English file.
Please consider forcing right-to-left when (and if) this will be added to the website.
|