Armin Ronacher: rst2html git == personal wiki

lucumr.pocoo.org10 comments

This Makefile:

RSTOPTS=–time –link-stylesheet –stylesheet=style.css

SOURCES=$(wildcard *.rst)
HTML=$(foreach file,$(SOURCES),_build/$(basename $(file)).html)

all: html

_build/%.html: %.rst
rst2html.py…

Covered by (1)

Ubuntu ( Linux Distro)

l-exp.com0 comments

View listUbuntu is a community developed, Linux-based operating system that is
perfect for laptops, desktops and servers. It contains all the
applications you need - a web browser, presentation, document and
spreadsheet…

Popular Posts From This Blog

Armin Ronacher: The Pythonistas are Wrong

lucumr.pocoo.org22 comments

There’s something that’s been bugging me for a long time that I need to get off my chest. Some of you may hate me for it, but perhaps there are others out there with the same complaint, silently in agony, wishing…

Covered by:headius.blogspot.com

Armin Ronacher: Use OS X you Git!

lucumr.pocoo.org38 comments

So rails is ditching trac and subversion in favour of git and lighthouse. Additionally they won’t host git themselves but rely on github. Keeping in mind that the preferred development environment called OS X …

Armin Ronacher: rst2html git == personal wiki

lucumr.pocoo.org10 comments

This Makefile:

RSTOPTS=–time –link-stylesheet –stylesheet=style.css

SOURCES=$(wildcard *.rst)
HTML=$(foreach file,$(SOURCES),_build/$(basename $(file)).html)

all: html

_build/%.html: %.rst
rst2html.py…

Covered by:l-exp.com

Armin Ronacher: There’s Music, And then there is Progressive

lucumr.pocoo.org16 comments

Many of you probably already know that I’m one of those metalheads. But mainly because the number of concept albums is a lot higher compared to other genres and that most of the songs are very technical and tell a…

How super() in Python3 works and why it’s retarded

lucumr.pocoo.org11 comments

I’m deeply sorry for the title of that post, but I hope that gives the topic the awareness I think it should get. In the last weeks something remarkable happened in the Python3 sources: self kinda became implicit. Not…

Get More Top Stories On Python Weekly - Monthly

Don't see your favorite Python blog? Recommend it now!

Help us monitor all blogs that cover Python. If you don't see your favorite blog, just recommend it so we can review and add it into this list of the top Python bloggers.