-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate formatting_html.py into xarray core (#8930)
* DAS-2066: formatting_html.py merge * Revert "DAS-2066: formatting_html.py merge" oopsies This reverts commit d68ae3c. * Adding datatree functions to core * Deleted formatting_html.py and test_formatting_html.py in datatree_ * renamed all of the relevant functions so they represent datatree * added comment for mypy * added dict[any, any] as type hint for children * added dict[Any, Any] as type hint for children * updated typhint to dict[str, DataTree] and increased pixel min width to 700 * replaced Any with DataTree * added type checking * DAS-2066 - Incorporate CSS changes for DataTree display. * DAS-2066 - Fix tests. --------- Co-authored-by: Owen Littlejohns <[email protected]> Co-authored-by: Matt Savoie <[email protected]>
- Loading branch information
1 parent
9eb180b
commit 5f24079
Showing
6 changed files
with
332 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.