mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00: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-ua.html.markdown | ||
cypher-ua.html.markdown | ||
go-ua.html.markdown | ||
java-ua.html.markdown | ||
javascript-ua.html.markdown | ||
json-ua.html.markdown | ||
kotlin-ua.html.markdown | ||
mips-ua.html.markdown | ||
pythonlegacy-ua.html.markdown | ||
ruby-ua.html.markdown | ||
rust-ua.html.markdown | ||
wasm-ua.html.markdown |