forked from dandi/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Draft: Updates to handbook for dandi-clone #8
Closed
Conversation
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
…he example-notebooks repo
Add CLI, Python API, and REST API links to navigation
Add `search` plugin
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
style - DANDI Archive
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
add docs for DANDI hub
Clarify steps for publishing a Dandiset
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
…set must not exceed 512 ATM, if my check is right -- maximal length we can encounter is only 192, so we are quite ok dandi@drogon:/mnt/backup/dandi/dandisets$ pwd /mnt/backup/dandi/dandisets dandi@drogon:/mnt/backup/dandi/dandisets$ declare m=0;for ds in 00*; do git -C $ds ls-tree -r --name-only HEAD; done | awk '{ if (length($0) > max) max = length($0) } END { print max }' 192 When user manages to get over -- server 500s. Filed dandi/dandi-archive#1889
State explicitly that our current maximal length of the path in dandiset must no exceed 512
Update `Storing Access Credentials` section to improve readability
Add a `Create a DANDI Account` page
Add information on SEntry and heroku logs
Co-authored-by: Kabilar Gunalan <kabilar.gunalan@gmail.com>
Document the possibility of extra dandihub images in the user docs
Add GitHub Action to test the build of the mkdocs site
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.