Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/facebookresearch/Pearl
Browse files Browse the repository at this point in the history
…into gh-pages
  • Loading branch information
jb3618columbia committed Mar 1, 2024
2 parents 107bf04 + 5eb3064 commit d059a5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
The branch `gh-pages` stores the web site appearing at [https://facebookresearch.github.io/Pearl/](https://facebookresearch.github.io/Pearl/). Currently, this automatically redirects to Pearl's official web site [https://pearlagent.github.io/](https://pearlagent.github.io/).

The site has been initially created to host a directory `data` hosting data files for testing and demoing Pearl. It's a convenient location accessible everywhere, and meant to be administered by the same team managing Pearl source code.
The site has been initially created to host a directory `data` hosting data files for testing and demoing Pearl. It's a convenient location accessible everywhere, and meant to be managed by the same team responsible for Pearl's source code.

If you upload a file `mydata.txt` to the subdirectory data appearing there (you can do that directly in the browser), it will be available at `https://facebookresearch.github.io/Pearl/data/mydata.txt`.
If you upload a file `mydata.txt` to the subdirectory `data`, it will be available at `https://facebookresearch.github.io/Pearl/data/mydata.txt`.

File sizes are limited to 100 MiB. You can upload smaller files (up to 25 MiB) directly in the browser.
5 changes: 4 additions & 1 deletion data/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
A directory for permanent online storage of files for Pearl testing and demoing.

If you upload a file `mydata.txt` to this subdirectory (you can do that directly in the browser), it will be available at `https://facebookresearch.github.io/Pearl/data/mydata.txt`.
If you upload a file `mydata.txt` to this subdirectory, it will be available at `https://facebookresearch.github.io/Pearl/data/mydata.txt`.

File sizes are limited to 100 MiB. You can upload smaller files (up to 25 MiB) directly in the browser.

0 comments on commit d059a5f

Please sign in to comment.