Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nbdev_update #1058

Merged
merged 2 commits into from
Sep 14, 2022
Merged

fix nbdev_update #1058

merged 2 commits into from
Sep 14, 2022

Commits on Sep 14, 2022

  1. fix nbdev_update

    - refactor `nbdev.doclinks._get_modidx` to use extracted `_iter_py_cells` function.
    - fix bug in `nbdev.maker.update_import` which meant that `nbdev_update` didn't convert relative imports without `None` module (e.g `from . import foo` -> `from pkg import foo`)
    - refactor `nbdev.process.extract_directives` to use extracted `_partition_cell` function.
    - fix `FileNotFoundError` in `nbdev_update` by passing the correct py module and corresponding notebook paths
    - fix `nbdev_update` introducing whitespace changes to notebooks
    seeM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6a45726 View commit details
    Browse the repository at this point in the history
  2. fix test

    seeM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a002d16 View commit details
    Browse the repository at this point in the history