Blog Archives

Autodocumentation with sphinx and git hooks

When you start programming, you never putting thought into how the program should run. Most people do neglect putting enough thought into the documentation, though. If you’re like me, you’ve experienced the difficulty of trying to understand and maintain software

Tagged with: , ,
Posted in Uncategorized

Extracting files from git into their own repository

Sometimes you’ve been working on a repository and you realize that you want to extract some of its files into a separate repository, e.g. in order to separate the development of one submodule from the main library’s. Of course you

Tagged with: , ,
Posted in Uncategorized
From the archive