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

Jupyter documentation issues workflow disabled #41

Open
chbrandt opened this issue Mar 13, 2024 · 1 comment
Open

Jupyter documentation issues workflow disabled #41

chbrandt opened this issue Mar 13, 2024 · 1 comment

Comments

@chbrandt
Copy link
Collaborator

chbrandt commented Mar 13, 2024

PR #36 implemented a gh-action to compile a list of open documentation issues across Jupyter sub-projects, the output was being saved in a CSV file in the main branch. Such behaviour (ie, autonomous creation of commits to the main branch) was changed in PR #39.

PR #39 modified the location of that workflow's output: now, the workflow was creating an HTML table in gh-pages branch. This would keep the main branch clear from bot-created commits, plus we would be able to see the list of issues through an html page with features such as filtering and sorting.

There is, though, a redirection from jupyter.github.io to jupyter.org which renders the HTML table (in GitHub pages) inaccessible. Meaning that we should find another venue to such table of issues.

@chbrandt
Copy link
Collaborator Author

The way to go is to go back toCSV file (in a different branch than main), and use the GH's Flat data little project, https://github.com/githubocto/flat. The Flat framework is composed by a viewer that we can to have a nice view of flat files -- eg, CSV files -- in a GH repository.

Here is an example of Flat Viewer in operation: https://flatgithub.com/the-pudding/data?filename=boybands%2Fboys.csv&filters=&sha=9b4e89ed178e11bf70a9b3d8ffa57ac2ea181b96&sort=band%2Casc&stickyColumnName=band

image

And this is exactly what we want.

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

No branches or pull requests

1 participant