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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor demos - Remove unused files, change requirements linking, remove headers #16

Merged
merged 12 commits into from
Feb 2, 2021

Commits on Feb 1, 2021

  1. Update demo's component ID

    Changing it to avoid duplicate in multi-page
    (wrt other apps with the same ID)
    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bde5491 View commit details
    Browse the repository at this point in the history
  2. Remove unused files

    Procfile and runtime.txt are not needed to run those demo,
    only for hosting
    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0cf8a90 View commit details
    Browse the repository at this point in the history
  3. Update requirements linking in demos

    Move the requirements.txt to demos, and link to that file from
    tests/requirements.txt
    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bac3e25 View commit details
    Browse the repository at this point in the history
  4. Add missing requirements to the demos

    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    7b82bb1 View commit details
    Browse the repository at this point in the history
  5. Refactor pyvista-point-cloud

    - Remove bootstrap dependencies
    - Decrease subset
    - Remove Columns/Rows
    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    e4eccda View commit details
    Browse the repository at this point in the history
  6. Refactor terrain mesh demo

    - Change row heights to %
    - Remove title
    - Change vtk height/width to %
    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    7fceebe View commit details
    Browse the repository at this point in the history
  7. Refactor synthetic volume rendering demo

    - Change vtk height/width to %
    xhlulu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1bfa27c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Refactor usage algorithm

    - Change row heights to %
    - Remove title
    - Change vtk height/width to %
    xhlulu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0772edf View commit details
    Browse the repository at this point in the history
  2. Refactor VTK-CFD demo

    - Change row heights to %
    - Remove title
    - Change vtk height/width to %
    xhlulu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    8dacaa3 View commit details
    Browse the repository at this point in the history
  3. Refactor volume rendering demo

    - Change vtk height/width to %
    xhlulu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    7772ab2 View commit details
    Browse the repository at this point in the history
  4. Refactor slice rendering demo

    - change card style from vh to %
    - change row height to %
    - Remove title
    - change controls to vertically centered
    xhlulu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2a6a348 View commit details
    Browse the repository at this point in the history
  5. Run black on demos

    xhlulu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6fb4e10 View commit details
    Browse the repository at this point in the history