1. 17 Jan, 2023 1 commit
  2. 13 Oct, 2022 1 commit
  3. 12 Oct, 2022 1 commit
  4. 05 Oct, 2022 1 commit
  5. 21 Sep, 2022 1 commit
  6. 23 Dec, 2021 1 commit
  7. 11 Nov, 2021 1 commit
  8. 05 Nov, 2021 2 commits
    • moto's avatar
      Refactor tutorial organization (#1987) · 6cf84866
      moto authored
      * Refactor tutorial organization
      
      * Merge tutorial subdirectoris under to examples/gallery/tutorials
      * Do not use index.rst generated by Sphinx-gallery
      * Instead use flat structure so that all the tutorials are listed in left menu
      * Use `_assets` dir for artifacts of tutorials
      6cf84866
    • moto's avatar
      Embed audio samples in generated tutorials (#1985) · 34e69f97
      moto authored
      It turned out that generated tutorials can embed the audio if the following conditions are met.
      This commit changes how audio samples are shown in tutorials so that they become playable in doc.
      
      1. There is only one `IPython.display.Audio` call in a cell
      2. An object of `IPython.display.Audio` is the last object interpreter receives in the cell
      3. Audio format is `wav`
         (`flac` can be embedded as well, but browsers (Chrome/Safari) won't play it)
      
      Ref: https://stackoverflow.com/a/33109647
      34e69f97
  9. 04 Nov, 2021 1 commit