|
|
@ -2,9 +2,11 @@ module Docs
|
|
|
|
class Python
|
|
|
|
class Python
|
|
|
|
class EntriesV3Filter < Docs::EntriesFilter
|
|
|
|
class EntriesV3Filter < Docs::EntriesFilter
|
|
|
|
REPLACE_TYPES = {
|
|
|
|
REPLACE_TYPES = {
|
|
|
|
|
|
|
|
'contextvars — Context Variables' => 'Context Variables',
|
|
|
|
'Cryptographic' => 'Cryptography',
|
|
|
|
'Cryptographic' => 'Cryptography',
|
|
|
|
'Custom Interpreters' => 'Interpreters',
|
|
|
|
'Custom Interpreters' => 'Interpreters',
|
|
|
|
'Data Compression & Archiving' => 'Data Compression',
|
|
|
|
'Data Compression & Archiving' => 'Data Compression',
|
|
|
|
|
|
|
|
'email — An email & MIME handling package' => 'Email',
|
|
|
|
'Generic Operating System' => 'Operating System',
|
|
|
|
'Generic Operating System' => 'Operating System',
|
|
|
|
'Graphical User Interfaces with Tk' => 'Tk',
|
|
|
|
'Graphical User Interfaces with Tk' => 'Tk',
|
|
|
|
'Internet Data Handling' => 'Internet Data',
|
|
|
|
'Internet Data Handling' => 'Internet Data',
|
|
|
|