Skip to content

Commit

Permalink
Merge remote-tracking branch 'igraph/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonofabio committed Sep 22, 2023
2 parents 2be801e + ab0aa7c commit 8f4b516
Show file tree
Hide file tree
Showing 38 changed files with 41 additions and 1,803 deletions.
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
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.
2 changes: 1 addition & 1 deletion doc/examples_sphinx-gallery/visualize_communities.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# %%
# Last, we plot the graph. We use a fancy technique called proxy artists to
# make a legend. You can find more about that in matplotlib's
# :doc:`matplotlib:tutorials/intermediate/legend_guide`:
# :doc:`matplotlib:users/explain/axes/legend_guide`:
fig, ax = plt.subplots()
ig.plot(
communities,
Expand Down
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

0 comments on commit 8f4b516

Please sign in to comment.