Skip to content

Commit 8a8e89f

Browse files
committed
Merge branch 'main' into 2407webinar
2 parents 0d7a346 + 7d61904 commit 8a8e89f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# QA workflow for pull requests (no RTD trigger)
2+
#
3+
# Using pull_request here. Ideally would use pull_request_target but that
4+
# requires some reworking of the callable workflows to make sure the right
5+
# commit is checked out in each case (TODO).
26

37
name: Pull request
48

59
on:
6-
pull_request_target:
10+
pull_request:
711
branches:
812
- main
913

docs/source/examples.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Examples
22
========
33

4-
This section provides complete modelling examples to demonstrate the capabilities of ``gurobipy-pandas``. The examples are intentionally kept small so that they can be solved using the :doc:`gurobipy trial license<license>`.
4+
This section provides complete modelling examples to demonstrate the
5+
capabilities of ``gurobipy-pandas``. The examples are intentionally kept
6+
small so that they can be solved using the
7+
:doc:`gurobipy trial license<license>`.
58

6-
All example notebooks and input data files are available :ghsrc:`on Github <docs/source/examples>`. The notebooks are stored in MyST markdown format. To run them in a Jupyter environment, you will need to install `Jupytext <https://jupytext.readthedocs.io/en/latest/>`_.
9+
If you would like to run the examples as Jupyter notebooks yourself, you can
10+
:download:`download all examples and data </artifact/gurobipy-pandas-examples.zip>`
11+
as a zip archive. You will need a local Jupyter environment to view and run
12+
the notebooks.
713

814
.. toctree::
915
:maxdepth: 1

0 commit comments

Comments
 (0)