From 6dc2cb93d20adf88f2d0ee462bd9fb12a809d69a Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 10 Jun 2026 08:55:40 +1000 Subject: [PATCH] infrastructure: expand Jupinx entry and note sphinxcontrib-jupyter deprecation Enrich the historical Jupinx description to reflect what the CLI actually did (quickstart scaffolder + unified build driver producing notebooks, PDFs, and a website, with parallel execution and coverage testing), and note its dependency on sphinxcontrib-jupyter. Mark sphinxcontrib-jupyter as deprecated with a pointer to sphinx-tojupyter. Co-Authored-By: Claude Opus 4.8 --- pages/infrastructure.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pages/infrastructure.html b/pages/infrastructure.html index 2e42bba..d12761e 100644 --- a/pages/infrastructure.html +++ b/pages/infrastructure.html @@ -133,9 +133,12 @@

Jupyter Book

Jupinx (Historical)

2019

- QuantEcon built Jupinx, an open source tool for converting - ReStructuredText source files into a website via Jupyter Notebooks. - Note: Jupinx has been superseded by Jupyter Book. + QuantEcon built Jupinx, an open source command-line build + tool for the lecture series. It paired a quickstart project scaffolder with a unified + build driver that turned reStructuredText sources into executed Jupyter notebooks, PDFs, and a + notebook-backed website, with support for parallel execution and coverage testing. Jupinx wrapped the + sphinxcontrib-jupyter extension. + Note: Jupinx has been superseded by Jupyter Book and MyST.

Funding: Alfred P. Sloan Foundation

@@ -145,7 +148,9 @@

sphinxcontrib-jupyter

2018

QuantEcon developed sphinxcontrib-jupyter, - a sphinx extension that enabled the generation of Jupyter notebooks from reStructuredText source files. + a Sphinx extension that enabled the generation of Jupyter notebooks from reStructuredText source files. + Note: sphinxcontrib-jupyter has been deprecated; its notebook writers were migrated to + sphinx-tojupyter for the MyST toolchain.

Funding: Alfred P. Sloan Foundation