Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.37 KB

fortmatting_guide.md

File metadata and controls

32 lines (29 loc) · 1.37 KB

Formatting Guide

Header Structure

---
title: 'Multicollinearity<br> What It Is & Measures To Spot It'
subtitle: 'Covariance And The Pearson Correlation Coefficient'
date: 2022-05-06 06:00:00
description: 'Covariance and the Pearson Correlation Coefficient: How to Spot Multicollinearity between random variables.'
accent_color: '#08877d'
featured_image:
 - '/images/negative-space-aerial-pacific-ocean.jpeg'
---
  • Summary goes above the title tag (#) and has h3 level ### Summary...
  • href text inside [ ] should all be uppercase

  • tag at the end of every paragraph.
  • Text hard wrapped at 80 cols, not breaking any line of text.
  • In addition to
    at the end of each paragraph, there should be a
    tag between and description and tags and next .
  • Tags:, Description: should have uppercase first character.
  • Description: and Tags: have colon inside bold flags and one space before their values.
  • Tags are lowercase.
  • Tags have tag, if and only if it is referring to an actual command in Python.
  • Tags for concepts only use lowercase characters.
  • There should be a comma between each tag
  • There should be a comma in the href text inside [ ] where needed.
  • No period inside [ ]
  • Colon where needed inside [ ]
  • DataFrame columns have single single quotes around them. No or " ".
  • In general stick to single quotes where possible.