From e076a8201ec402eb0f445457b68e5010610ade45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Brand=C3=A3o?= Date: Tue, 5 Dec 2023 14:26:27 +0000 Subject: [PATCH] Docs: Update mo-book name --- docs/source/examples.rst | 2 ++ docs/source/getting-started.rst | 2 +- docs/source/index.rst | 2 +- docs/source/quick-start.rst | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 91f8e84..707e7eb 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -7,6 +7,8 @@ This section lists a few examples in Python. These are the same files that can be found in the *examples* directory of the distribution, and show the basic usage of the Python API. +There are many more notebooks with examples are available on the new book `AMPL Model Colaboratory `_ +and the new book `Hands-On Mathematical Optimization with AMPL in Python 🐍 `_. Example 1: First steps ---------------------- diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index b967609..78e5870 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -95,7 +95,7 @@ at the beginning of your notebook: They are equivalent to ``ampl.eval("""cell content""")``. Many notebooks with examples are available on the `AMPL Model Colaboratory `_ -and the new book `Hands-On Optimization with AMPL in Python 🐍 `_. +and the new book `Hands-On Mathematical Optimization with AMPL in Python 🐍 `_. Initial test ------------ diff --git a/docs/source/index.rst b/docs/source/index.rst index 0bb559d..ce810d8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,7 @@ without losing model readability. The same model can be deployed on applications built on different languages by just switching the API used. .. image:: https://portal.ampl.com/dl/ads/mo_book_big.png - :alt: Hands-On Optimization with AMPL in Python + :alt: Hands-On Mathematical Optimization with AMPL in Python :target: https://ampl.com/mo-book/ .. grid:: 1 1 2 2 diff --git a/docs/source/quick-start.rst b/docs/source/quick-start.rst index f764916..98f2c75 100644 --- a/docs/source/quick-start.rst +++ b/docs/source/quick-start.rst @@ -68,7 +68,7 @@ Full class reference is given in :ref:`secReferencePython`. :alt: Open In SageMaker Studio Lab There are many more notebooks with examples are available on the new book `AMPL Model Colaboratory `_ -and the new book `Hands-On Optimization with AMPL in Python 🐍 `_. +and the new book `Hands-On Mathematical Optimization with AMPL in Python 🐍 `_. Complete listing ----------------