Skip to content

Commit 448699d

Browse files
committed
Add filter for Python libraries.
1 parent 7b68807 commit 448699d

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

html/index.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,12 @@ html(lang='en')
227227
.jwt-select
228228
select
229229
option(value='*', selected='') All
230+
option(value='.go') Go
230231
option(value='.haskell') Haskell
231232
option(value='.java') Java
232-
option(value='.php') PHP
233-
option(value='.go') Go
234233
option(value='.net') NET
234+
option(value='.python') Python
235+
option(value='.php') PHP
235236

236237
.warning
237238
b Warning:

html/libraries/python.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Python jpadilla/pyjwt
2-
article.jwt-python.accordion(data-accordion)
2+
article.jwt-python.python.accordion(data-accordion)
33
.panel-heading(data-control)
44
img(src='/img/4.svg')
55
h3 Python

html/libraries/python2.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Python mpdavis/python-jose
2-
article.jwt-python.accordion(data-accordion)
2+
article.jwt-python.python.accordion(data-accordion)
33
.panel-heading(data-control)
44
img(src='/img/4.svg')
55
h3 Python

html/libraries/python3.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Python jpadilla/pyjwt
2-
article.jwt-python.accordion(data-accordion)
2+
article.jwt-python.python.accordion(data-accordion)
33
.panel-heading(data-control)
44
img(src='/img/4.svg')
55
h3 Python

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)