d2l-book icon indicating copy to clipboard operation
d2l-book copied to clipboard

TODO list

Open mli opened this issue 5 years ago • 0 comments

  • [x] APA style bib with natbib enabled
  • [ ] Support runtime
    • [x] colab,
    • [ ] mybinder
    • [ ] ThebeLab
    • [x] sagemaker
  • [ ] Use AWS Batch to launch jobs
  • [x] Click to copy for code blocks
  • [ ] multi-tabs
    • [x] multitab code
    • [x] multitab text block
    • [ ] make the whole doc a tab only
    • [x] activate a particular tab for editing
    • [x] support @tab all
    • [x] save code into different module
    • [ ] switch to the corresponding resource when click a particular tab:
      • [ ] pdf
      • [x] zip (all tabs in a single zip)
      • [x] forum
      • [x] colab
    • [x] track the clicks of a particular tab
    • [x] embed forum threads
    • [ ] fix the tab position after clicking
  • [x] refer to apis in other project by :class:xx and :func:yy
  • [x] --s3 arg in d2lbook deploy
  • [ ] use multi-processes for parallel evaluation, needs to mark the gpu usage in a notebook
  • [x] unify release and version in config.ini
  • [ ] use multi-workers to execute, be smart on request GPUs
  • [x] a new task translate
  • [ ] automatically correct a {.python .input .toc} block into a toc block.

mli avatar Nov 05 '19 18:11 mli