Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

pandas-dev/pandas-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source for the pandas-dev blog.

Setup

git clone https://github.com/pandas-dev/pandas-blog
make dependencies
make patch

Writing

Make a new file in content/. Then

make html
make serve

to preview.

Publishing

(need push rights)

make github