Closed
Closed
Conversation
Merged
| {% endblock %} | ||
| . | ||
| {% block content %} | ||
| <link rel="stylesheet" type="text/css" href="/static/stylesheets/pygments_default.css" /> |
| django-waffle==0.11.1 | ||
| sqlparse<0.2 #TODO: delete this when we switch to Django 1.8 and DDT 1.5 | ||
|
|
||
| pygments==2.1.3 |
| # Fix PEP links | ||
| pep_content = BeautifulSoup(data['content']) | ||
| body_links = pep_content.find_all("a") | ||
| # Fix hihglighting code |
| PEP_TEMPLATE = 'pages/pep-page.html' | ||
| pep_url = lambda num: 'dev/peps/pep-{}/'.format(num) | ||
|
|
||
| PURE_PYTHON_PEPS = [483, 484, 526] |
| pep_content = BeautifulSoup(data['content']) | ||
| body_links = pep_content.find_all("a") | ||
| # Fix hihglighting code | ||
| code_blocks = pep_content.find_all("pre", class_="code") |
Closed
Closed
4 tasks
Closed
Closed
Closed
Labels
None yet