Skip to content

Commit

Permalink
Merge branch 'main' of github.com:big-o/skdag into main
Browse files Browse the repository at this point in the history
  • Loading branch information
big-o committed Aug 7, 2022
2 parents 1691bbb + 1f9384f commit 6ec3afe
Show file tree
Hide file tree
Showing 21 changed files with 175 additions and 532 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ install: |
brew install graphviz
fi
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install -r requirements_doc.txt
for f in $(find . -maxdepth 1 -name 'requirements*.txt'); do
pip install -r ${f}
done
pip install pandas # Needed for some estimator checks.
pip install .
test_script:
Expand Down
Binary file added doc/_static/img/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
154 changes: 0 additions & 154 deletions doc/_static/img/cover.svg

This file was deleted.

Binary file added doc/_static/img/dag1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 0 additions & 44 deletions doc/_static/img/dag1.svg

This file was deleted.

Binary file added doc/_static/img/dag2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 0 additions & 65 deletions doc/_static/img/dag2.svg

This file was deleted.

Binary file added doc/_static/img/dag3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 0 additions & 86 deletions doc/_static/img/dag3.svg

This file was deleted.

Binary file added doc/_static/img/stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6ec3afe

Please sign in to comment.