mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
ae848c481f
Before renaming, Python 3 filenames were 'learnpython3*.py'. This commit removes the '3' part from the filename. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` ack -H 'filename:' python.html.markdown find . -name "python-*.markdown" -exec ack -H 'filename:' {} \; sed -i 's/^filename: learnpython3/filename: learnpython/' \ python.html.markdown find . -name "python-*.markdown" -exec \ sed -i 's/^filename: learnpython3/filename: learnpython/' {} \; ``` |
||
---|---|---|
.. | ||
git-vi.html.markdown | ||
html-vi.html.markdown | ||
json-vi.html.markdown | ||
less-vi.html.markdown | ||
markdown-vi.html.markdown | ||
objective-c-vi.html.markdown | ||
python-vi.html.markdown | ||
ruby-ecosystem-vi.html.markdown | ||
ruby-vi.html.markdown | ||
sass-vi.html.markdown | ||
typescript-vi.html.markdown |