Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove api/python/_sources/ #545

Closed

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Aug 9, 2024

This PR aims to delete api/python/_sources/ to help the on-going 3.5.2 release and the future release like the following.

$ find . -name _sources
./site/docs/4.0.0-preview1/api/python/_sources
./site/docs/3.1.2/api/python/_sources
./site/docs/3.3.1/api/python/_sources
./site/docs/3.3.0/api/python/_sources
./site/docs/3.1.3/api/python/_sources
./site/docs/3.4.0/api/python/_sources
./site/docs/3.2.2/api/python/_sources
./site/docs/3.4.1/api/python/_sources
./site/docs/3.2.4/api/python/_sources
./site/docs/3.2.3/api/python/_sources
./site/docs/3.5.0/api/python/_sources
./site/docs/3.1.1/api/python/_sources
./site/docs/3.3.2/api/python/_sources
./site/docs/3.5.1/api/python/_sources
./site/docs/3.3.3/api/python/_sources
./site/docs/3.3.4/api/python/_sources
./site/docs/3.2.1/api/python/_sources
./site/docs/3.4.3/api/python/_sources
./site/docs/3.2.0/api/python/_sources
./site/docs/3.4.2/api/python/_sources

$ find . -name _sources | xargs rm -rf
$ COLUMNS=1000 git diff HEAD~1 --stat | grep -v '/api/python/_sources'
 35211 files changed, 1263404 deletions(-)

@dongjoon-hyun dongjoon-hyun deleted the remove_python__sources branch August 9, 2024 16:01
@dongjoon-hyun dongjoon-hyun restored the remove_python__sources branch August 9, 2024 16:09
@dongjoon-hyun dongjoon-hyun reopened this Aug 9, 2024
@dongjoon-hyun dongjoon-hyun changed the title Remove api/python/_sources/ Remove api/python/_sources/ Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant