Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ share/python-wheels/
MANIFEST

#dashboard
docs/examples/prometheus-2.52.0.darwin-arm64/
tutorials/prometheus-2.52.0.darwin-arm64/
prometheus-2.52.0.darwin-arm64/

# PyInstaller
Expand Down Expand Up @@ -193,7 +193,7 @@ Temporary Items
.apdisk

data/
tutorials/
docs/tutorials/
runs/
docs/examples/dataset
docs/examples/figure_*
tutorials/dataset
tutorials/figure_*
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY README.md .
RUN pip install .

# Copy documentation and examples
COPY docs/examples /app/docs/examples
COPY tutorials /app/docs/examples

# Specify the command to run the application
# CMD ["python", "/app/docs/examples/example_LP.py"]
Empty file added benchmark/README.md
Empty file.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"sphinx.ext.viewcode",
"sphinxcontrib.bibtex",
"sphinx.ext.napoleon",
"sphinx_gallery.gen_gallery",
# "sphinx_gallery.gen_gallery",
]


Expand Down Expand Up @@ -156,7 +156,7 @@
html_static_path = []

sphinx_gallery_conf = {
"examples_dirs": "examples/",
"examples_dirs": "../../tutorials/",
"gallery_dirs": "tutorials/",
"within_subsection_order": FileNameSortKey,
"filename_pattern": ".py",
Expand Down
127 changes: 0 additions & 127 deletions docs/examples/processing_script_GC.py

This file was deleted.

133 changes: 0 additions & 133 deletions docs/examples/processing_script_NC.py

This file was deleted.

1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ numpy==1.26
pandas
tenseal
huggingface_hub
ogb
Empty file added examples/README.md
Empty file.
Loading
Loading