diff --git a/dev/assets/themes/documenter-dark.css b/dev/assets/themes/documenter-dark.css index f74a287..3608141 100644 --- a/dev/assets/themes/documenter-dark.css +++ b/dev/assets/themes/documenter-dark.css @@ -7090,13 +7090,13 @@ html.theme--documenter-dark { position: relative; overflow: hidden; } html.theme--documenter-dark pre code, html.theme--documenter-dark pre code.hljs { - padding: 0 0.5rem; + padding: 0 0.5rem !important; overflow: auto; display: block; } html.theme--documenter-dark pre code:first-of-type, html.theme--documenter-dark pre code.hljs:first-of-type { - padding-top: 0.7rem; } + padding-top: 0.7rem !important; } html.theme--documenter-dark pre code:last-of-type, html.theme--documenter-dark pre code.hljs:last-of-type { - padding-bottom: 0.7rem; } + padding-bottom: 0.7rem !important; } html.theme--documenter-dark pre .copy-button { opacity: 0.2; transition: opacity 0.2s; diff --git a/dev/assets/themes/documenter-light.css b/dev/assets/themes/documenter-light.css index c9a0142..f3e70f4 100644 --- a/dev/assets/themes/documenter-light.css +++ b/dev/assets/themes/documenter-light.css @@ -7004,13 +7004,13 @@ pre { position: relative; overflow: hidden; } pre code, pre code.hljs { - padding: 0 0.5rem; + padding: 0 0.5rem !important; overflow: auto; display: block; } pre code:first-of-type, pre code.hljs:first-of-type { - padding-top: 0.7rem; } + padding-top: 0.7rem !important; } pre code:last-of-type, pre code.hljs:last-of-type { - padding-bottom: 0.7rem; } + padding-bottom: 0.7rem !important; } pre .copy-button { opacity: 0.2; transition: opacity 0.2s; diff --git a/dev/index.html b/dev/index.html index bbc5514..e7930b7 100644 --- a/dev/index.html +++ b/dev/index.html @@ -24,4 +24,4 @@ julia> PortAudioStream(2, 0; warn_xruns = false) do stream buf = read(stream, 10s) save(joinpath(tempname(), ".ogg"), buf) end -2 ssource
PortAudio.devicesMethod
devices()

List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.

source
+2 ssource
PortAudio.devicesMethod
devices()

List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.

source
diff --git a/dev/internals/index.html b/dev/internals/index.html index b20279c..831e461 100644 --- a/dev/internals/index.html +++ b/dev/internals/index.html @@ -1,2 +1,2 @@ -Internals · PortAudio.jl

Internals

+Internals · PortAudio.jl

Internals

diff --git a/dev/search/index.html b/dev/search/index.html index 763a0bb..c288078 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · PortAudio.jl

Loading search...

    +Search · PortAudio.jl

    Loading search...