learnxinyminutes-docs/ja-jp
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
..
asciidoc.html.markdown [asciidoc/ja-jp]Add translate for AsciiDoc in ja-jp (#3578) 2019-08-03 14:19:41 +05:30
bash-jp.html.markdown [bash-jp/ja-jp] Corrected spelling. seperated -> separated 2016-02-17 22:23:30 -07:00
julia-jp.html.markdown [julia/ja] Added missing lang: ja-jp 2015-01-13 09:29:15 +09:00
php-jp.html.markdown Fix a bunch of typos 2017-08-23 10:14:39 +02:00
python-jp.html.markdown Rename Python 3 markdown files into 'python' 2020-02-12 04:54:36 +01:00
r-jp.html.markdown Review docs for added rouge lexers and update those with new highlighters 2014-09-08 13:08:28 +02:00