Skip to content

Commit f43fc0a

Browse files
Move examples to root folder
1 parent 7ebb8ca commit f43fc0a

33 files changed

+352
-695
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ __pycache__
1212
.cache
1313
scripts/
1414
docs/*.md
15+
docs/examples/*
16+
!docs/examples/index.rst
1517

1618
# Byte-compiled / optimized / DLL files
1719
__pycache__/

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ help:
2020
@for filename in ../*.md; do\
2121
ln -s -f $${filename} $(SOURCEDIR); \
2222
done
23+
@for dirname in ../examples/*; do\
24+
ln -s -f ../$${dirname} $(SOURCEDIR)/examples; \
25+
done
2326
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs/examples/cpmp/cpmp.ipynb

Lines changed: 0 additions & 619 deletions
This file was deleted.

docs/examples/cpmp/cpmp_complete.zip

-43.1 KB
Binary file not shown.

docs/examples/cpmp/cpmp_lp.png

-32.3 KB
Binary file not shown.

docs/examples/cpmp/instances/p550-01.cpmp

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/cpmp.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)