From 1014a6a3f0b19e9fe07416d4314845f02e7705c2 Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:11:16 +0200 Subject: [PATCH] updated changelog and docs --- CHANGELOG.md | 2 -- docs/content/changelog.md | 4 ++++ docs/content/use.md | 21 --------------------- docs/index.md | 1 + 4 files changed, 5 insertions(+), 23 deletions(-) create mode 100644 docs/content/changelog.md delete mode 100644 docs/content/use.md diff --git a/CHANGELOG.md b/CHANGELOG.md index db0558a..192af03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -# `brightway-live` (based on `pyodide`) Changelog - This changelog follows the guidelines proposed by the ['keep a changelog'](https://keepachangelog.com/en/1.1.0/) project. \ See also the [development meeting minutes](https://github.com/brightway-lca/brightway-live/discussions/21). diff --git a/docs/content/changelog.md b/docs/content/changelog.md new file mode 100644 index 0000000..40de0fb --- /dev/null +++ b/docs/content/changelog.md @@ -0,0 +1,4 @@ +# Changelog + +```{include} ../../CHANGELOG.md +``` \ No newline at end of file diff --git a/docs/content/use.md b/docs/content/use.md deleted file mode 100644 index e15de8c..0000000 --- a/docs/content/use.md +++ /dev/null @@ -1,21 +0,0 @@ -# Use - -## Reset the JupyterLite Environment - -### Delete the JupyterLite Storage - -Currently, the interface of the JupiterLite environment does not provide a way to reset the environment. - -##### Related Issues: - -- https://github.com/jupyterlite/jupyterlite/issues/9 - -This means that the environment must be reset manually. [Usually](https://jupyterlite.readthedocs.io/en/latest/howto/configure/storage.html), all data is stored in the browser's `IndexedDB`. You can reset the environment in your browser by following these steps: - -- [Google Chrome](https://github.com/jupyterlite/jupyterlite/issues/9#issuecomment-875870620): - -> Developer > Developer Tools > Application > Storage > Indexed DB > JupyterLite Storage > Delete Database - -- Mozilla Firefox: - -> Tools > Page Info > Permissions > Maintain Offline Storage > Clear Storage \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 8810769..2b630be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,5 +55,6 @@ content/about content/instructions content/limitations content/faq +content/changelog Go Live ``` \ No newline at end of file