-
Notifications
You must be signed in to change notification settings - Fork 3k
Properly generate wiki home page in forks #2226
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Jupyter Docker Stacks build manifests | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding this file to a repo makes it easier to make PRs - now we have even less reasons to manipulate wiki repo manually. |
||
|
||
<!-- Note: this file is copied to wiki from the main repo, edits on wiki page will be overridden --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added this comment to show that edits on the wiki page are not saved |
||
|
||
Welcome! | ||
Please see [the documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for help with | ||
using, contributing to, and maintaining the Jupyter Docker stacks images. | ||
|
||
## Build History | ||
|
||
This is an auto-generated index of information from the build system. | ||
In this index, you can find image tags, links to commits, and build manifests that describe the image. | ||
All the builds are grouped by year and then month. | ||
|
||
Note: we only store the last 4500 manifest files because of GitHub limits. | ||
That's why old manifest files might not be available. | ||
If you want to clone this repo and access the Git history, use the following command: `git clone git@github.com:{REPOSITORY}.wiki.git` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In forks this will be a link to a fork wiki |
||
|
||
In the tables below, each line represents: | ||
|
||
- `YYYY-MM`: link to a page with a list of images built | ||
- `Builds`: # of times build workflow finished | ||
- `Images`: # of single platform images pushed | ||
- `Commits`: # of commits made and a GitHub link | ||
|
||
<!-- Everything below is auto-generated, all manual changes will be erased --> | ||
<!-- YEAR_MONTHLY_TABLES --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think wiki is created automatically, and given these changes we can actually generate wiki changes in forks as well