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

Tutorial as jupyter notebook (not for merging!) #713

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Build wheels (manylinux)
uses: pypa/[email protected]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Build wheels (musllinux)
uses: pypa/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ vendor/install/
.DS_Store

doc/source/gallery.rst
doc/source/tutorials
doc/source/examples
doc/source/tutorial
doc/linkcheck
doc/api/
doc/dash/
doc/html/
doc/jekyll_tools/vendor
doc/examples_sphinx-gallery/social_network.*
doc/sphinx_gallery_source/examples/social_network.*
13 changes: 12 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
prune docker
prune .git
prune .github

include src/_igraph/*.h
include MANIFEST.in
include scripts/mkdoc.sh
include scripts/*.sh
include scripts/*.py
include tests/*.py

graft vendor/source/igraph

graft doc
prune doc/html
prune doc/source/tutorials

global-exclude .dockerignore .DS_Store .gitattributes .gitignore .gitmodules

Binary file removed cairo_layout.pickle
Binary file not shown.
5 changes: 0 additions & 5 deletions doc/jekyll_tools/Gemfile

This file was deleted.

74 changes: 0 additions & 74 deletions doc/jekyll_tools/Gemfile.lock

This file was deleted.

130 changes: 0 additions & 130 deletions doc/jekyll_tools/Makefile

This file was deleted.

18 changes: 0 additions & 18 deletions doc/jekyll_tools/_config.yml

This file was deleted.

16 changes: 0 additions & 16 deletions doc/jekyll_tools/_includes/defaults

This file was deleted.

Loading
Loading