From bd0d2faf80fefeae9daedb7d899fdc26fc4bda81 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Tue, 22 Dec 2020 10:46:37 -0800 Subject: [PATCH] Deployed 0113a4a with MkDocs version: 1.1.2 --- index.html | 23 ++++++++++++----------- search/search_index.json | 2 +- sitemap.xml.gz | Bin 186 -> 186 bytes 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 95a9381..fb3e018 100644 --- a/index.html +++ b/index.html @@ -174,7 +174,7 @@

Consistency within a project is more important. Consistency within one module or function is the most important. ... However, know when to be inconsistent -- sometimes style guide recommendations just aren't applicable. When in doubt, use your best judgment. Look at other examples and decide what looks best. And don't hesitate to ask!

Getting started

-

With this in mind, we've created a data science cookiecutter template for projects in Python. Your analysis doesn't have to be in Python, but the template does provide some Python boilerplate that you'd want to remove (in the {{ cookiecutter.module_name }} folder for example, and the Sphinx documentation skeleton in docs).

+

With this in mind, we've created a data science cookiecutter template for projects in Python. Your analysis doesn't have to be in Python, but the template does provide some Python boilerplate that you'd want to remove (in the src folder for example, and the Sphinx documentation skeleton in docs).

Requirements