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

Latest commit

 

History

History
29 lines (19 loc) · 282 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 282 Bytes

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