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

Improve catalog UI on documentation website by separating catalog objects to files and adding information per catalog item #461

Merged
merged 16 commits into from
Jan 16, 2024

Conversation

matanor
Copy link
Member

@matanor matanor commented Jan 11, 2024

For #460

  • Under a directory (e.g. cards) list the content of the dir
  • Each artifact should be in a separate file
  • Artifact type docstring will be under the artifact's json

@matanor matanor marked this pull request as ready for review January 11, 2024 08:08
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (51aba82) 94.08% compared to head (a24bd8b) 94.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #461   +/-   ##
=======================================
  Coverage   94.08%   94.08%           
=======================================
  Files         191      191           
  Lines        7814     7814           
=======================================
  Hits         7352     7352           
  Misses        462      462           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/catalog.py Outdated
)

def is_json(self):
return not self.is_dir and ".json" in self.rel_path
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self.rel_path.endswith(".json") ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea, fixed

@elronbandel elronbandel changed the title Organize catalog Improve catalog UI on documentation website by separating catalog objects to files and adding information per catalog item Jan 15, 2024
@elronbandel elronbandel merged commit 0d118bc into main Jan 16, 2024
6 checks passed
@elronbandel elronbandel deleted the organize_catalog branch January 16, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants