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

Update ImageJ2/Fiji version in the docs and improve toc layout #276

Merged
merged 13 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. Change code block language hint to bash

    Sphinx doesn't like "!pip" with a python language
    code block.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9d3e5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d7308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bb9cca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d6ff7 View commit details
    Browse the repository at this point in the history
  5. Replace blood vessel image with hela in metaphase

    The blood vessel image is no longer available. This commit
    swaps the blood vessel image with a slice from a 4D dataset that
    contains microtubules in metaphase.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b17b8bd View commit details
    Browse the repository at this point in the history
  6. Re-run notebooks with ImageJ2 2.13.1

    Re-run all jupyter notebooks and save their output with
    ImageJ2 version 2.13.1.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2aa3a7d View commit details
    Browse the repository at this point in the history
  7. Reorganize read the docs toc

    This commit reorganizes the table of contents
    for the read the docs site. I added sections and emojis to
    enhance readability and create a more welcoming experince for
    visitors.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4a09fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cac7d09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    983d5e1 View commit details
    Browse the repository at this point in the history
  10. Fix wrong NumPy conversion type

    NumPy arrays go to `net.imagej.DefaultDataset` and don't
    make an `ImgView`.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9585ab7 View commit details
    Browse the repository at this point in the history
  11. Remove itkwidgets error

    I accidentally ran the notebook without itkwidgets
    and pushed the output.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    18b47cb View commit details
    Browse the repository at this point in the history
  12. Fix cell detection dataframe output

    The output was only displaying the first cell.
    I also fixed the column names. Pandas thought
    it was a multi-level column name.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e50446e View commit details
    Browse the repository at this point in the history
  13. Regenerate notebook content

    We fixed a duplicating stdout and stderr in commit
    d99fcf0 thus we need to recreate the notebook outputs.
    elevans committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c5214a0 View commit details
    Browse the repository at this point in the history