ReStructuredText Including parts of README.rst in your sphinx docs This will probably be of use to about 3 people, and I'm one of them. If you feel your eyes glazing over, don't fret and look at this kitten picture instead: The problem I wanted to add some content to both our docs (built via sphinx
github SVG credit-card provider icons Recently I've been working on a UI for credit-card payments [https://github.com/mozilla/payments-ui]. As part of this we needed some credit-card icons to show the card type as the user types in the number to the input field. In looking for existing iconography I either couldn&
github How do you deal with dependent branches on github? In general, it's good practice to make branches that are independent from other changes and in general kept to a diff of ~500 lines in order to keep pull requests (PRs) easy to review. One issue though is how to deal with the scenario where you need to