Commit Graph

11 Commits

Author SHA1 Message Date
Adam Turner 0d93abf9bf
Sphinx support: theming (#1933)
See #2, #1385 for context. Superseeds #1568.

This is the Sphinx-theming part, building on PR #1930.

### Stylesheets:
- `style.css` - styles
- `mq.css` - media queries

### Jinja2 Templates:
- `page.html` - overarching template

### Javascript:
- `doctools.js` - fixes footnote brackets

### Theme miscellany
- `theme.conf` - sets pygments styles, theme internals
2021-06-30 20:19:44 +01:00
Brett Cannon bb4751379a
Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Nick Coghlan 2e08612ea3 Mass deferral as proposed on python-dev 2013-05-18 17:50:40 +10:00
Georg Brandl 642e8df87d Update target version. 2010-12-11 15:56:33 +00:00
Georg Brandl 195b458786 Update to PEP 3143 from Ben. 2009-09-17 09:37:29 +00:00
Brett Cannon eefd362257 Update to PEP 3143 as sent in by the PEP author. 2009-04-04 22:19:09 +00:00
Brett Cannon f685a1aad8 Fix svn properties on a couple of PEPs. 2009-03-31 18:11:49 +00:00
Brett Cannon 0aaa8e193e Add PEP 3143: Standard daemon process library by Ben Finney. 2009-03-19 02:14:42 +00:00