mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
887cbee8af
Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ``` |
||
---|---|---|
.. | ||
bash-tw.html.markdown | ||
dart-tw.html.markdown | ||
elixir-tw.html.markdown | ||
pcre-tw.html.markdown | ||
pythonlegacy-tw.html.markdown |