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

[MNT] doc/visual-programming as git submodule #7012

Merged
merged 5 commits into from
Feb 7, 2025

Conversation

markotoplak
Copy link
Member

Description of changes

I used the following commands for this:

git clone --no-hardlinks --no-local orange3 orange3-doc-visual-programming

cd orange3-doc-visual-programming/
git filter-repo --path doc/visual-programming/ --path-rename doc/visual-programming/:
git remote add origin [email protected]:biolab/orange3-doc-visual-programming.git

cd ../orange3
git checkout -b doc-visual-programming-submodule
git rm -r doc/visual-programming
git commit -a -m "Removed visual-programming docs that will become a submodule"
rm -rf doc/visual-programming
git submodule add [email protected]:biolab/orange3-doc-visual-programming.git doc/visual-programming
git submodule init
git submodule update
git add .gitmodules doc/visual-programming/
git commit -m "Added submodule for doc/visual-programming"
Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.48%. Comparing base (091e88c) to head (4670d39).
Report is 20 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7012   +/-   ##
=======================================
  Coverage   88.48%   88.48%           
=======================================
  Files         332      332           
  Lines       73333    73337    +4     
=======================================
+ Hits        64889    64894    +5     
+ Misses       8444     8443    -1     

@markotoplak
Copy link
Member Author

@janezd, I think this is ready.

@janezd janezd merged commit 7be875f into biolab:master Feb 7, 2025
30 checks passed
@markotoplak
Copy link
Member Author

In a fresh clone, I needed to do the following to get the docs:

git submodule init
git submodule update

An alternative is a clone with --recurse-submodules

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.

2 participants