From 83abc1da9b0f043c089e2a8600f8dbd0a914c3e3 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 6 Oct 2020 13:58:50 +1100 Subject: [PATCH] updates --- README.md | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index c8f03397..c97a0630 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,17 @@ Migration to Myst (Source files for https://python-programming.quantecon.org) -Preview builds are available on Pull Requests +**WARNING:** These are **NOT** currently the source files for the current live site. -The build of the [master branch is available here](https://epic-agnesi-957267.netlify.app) +## GH-PAGES -**WARNING:** These are NOT the source files for the live site. Please do not edit for that purpose. +This repository is hosted on Github Pages: -These are files automatically converted from [lecture-python-programming](https://github.com/QuantEcon/lecture-python-programming) using [sphinxcontrib-tomyst](https://github.com/mmcky/sphinxcontrib-tomyst)for the QuantEcon migration project. +https://quantecon.github.io/lecture-python-programming.myst/ + +## Conversion + +These are files automatically converted from [lecture-python-programming](https://github.com/QuantEcon/lecture-python-programming) using [sphinxcontrib-tomyst](https://github.com/mmcky/sphinxcontrib-tomyst)for the QuantEcon migration project and adapted to build using [jupyter-book](https://github.com/executablebooks/jupyter-book) This repo has been setup to identify issues with myst conversion process which will need: @@ -16,19 +20,3 @@ This repo has been setup to identify issues with myst conversion process which w 2. Manual intervention in the transfer process Please raise problems as Issues on this repository. - -## Building Files - -Currently files are built using `myst_parser` via `sphinx`: - -```bash -make html -``` - -or for `LaTeX`: - -```bash -make latexpdf -``` - -but with all the tools that `jupyter-book` uses. \ No newline at end of file