DEV Community

Discussion on: 3 Things I Wish I Knew Before Publishing My First Python Package on PyPi

Collapse
 
mithil467 profile image
Mithil Poojary

I can totally relate with these points. Especially the first one. Rst format can get so tricky. I had to spend a good amount of time understanding it and getting it working. Even today I have some problems with it. Like for example, centering text in Rst seems impossible!

Thanks for adding these points!