From 348c0f3b6111b539646bda69efe3d902b6a46234 Mon Sep 17 00:00:00 2001 From: Jeffrey Grover Date: Sun, 2 Jun 2024 21:33:21 -0400 Subject: [PATCH] Generate Pelican site --- ...-notebooks-for-bioinformatics-and-data-science-projects.html | 2 +- feeds/all.atom.xml | 2 +- feeds/how-to.atom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/2024-06-02_polyglot-r-and-python-notebooks-for-bioinformatics-and-data-science-projects.html b/articles/2024-06-02_polyglot-r-and-python-notebooks-for-bioinformatics-and-data-science-projects.html index 2cf4860..a17b75e 100644 --- a/articles/2024-06-02_polyglot-r-and-python-notebooks-for-bioinformatics-and-data-science-projects.html +++ b/articles/2024-06-02_polyglot-r-and-python-notebooks-for-bioinformatics-and-data-science-projects.html @@ -307,7 +307,7 @@

Project Structure

├── {python_notebook_names}_r.r ├── {python_notebook_names}_r.html └── {analysis_outputs} -├── README.md +└── README.md

There is quite a bit going on here so I will elaborate:

diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index 94e1b15..467edda 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -191,7 +191,7 @@ will respect your Renv.</p> ├── {python_notebook_names}_r.r ├── {python_notebook_names}_r.html └── {analysis_outputs} -├── README.md +└── README.md </code></pre></div> <p>There is quite a bit going on here so I will elaborate:</p> diff --git a/feeds/how-to.atom.xml b/feeds/how-to.atom.xml index 36a715d..fcd3cdb 100644 --- a/feeds/how-to.atom.xml +++ b/feeds/how-to.atom.xml @@ -191,7 +191,7 @@ will respect your Renv.</p> ├── {python_notebook_names}_r.r ├── {python_notebook_names}_r.html └── {analysis_outputs} -├── README.md +└── README.md </code></pre></div> <p>There is quite a bit going on here so I will elaborate:</p>