Closed bearzx closed 2 years ago
@bearzx has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@bearzx has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@bearzx has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request was exported from Phabricator. Differential Revision: D37261768
@bearzx has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request was exported from Phabricator. Differential Revision: D37261768
Some changes to the
gh-pages
branch is needed to make this work properly.
- We need a folder
main
where the nightly version (or just commits ofmain
for now) should deploy to. You can move all the content there (except the0.1.0
folder) into that folder.- The
0.1.0
branch should track changes from the release branch.- Add a HTML file that redirects to
beta
and a list of versions.- Add a symlink from
beta
to0.1.0
.
yep gonna do that next ... I actually added some last Friday but then they were overwritten by the nightly doc deploy :D
Changes in this PR:
istring_column.StringMethods
for now the best I could do is just removing the torcharrow prefix. I feel it's sort of related to the fact that StringMethods is not part of StringColumn. Importing it with an alias did not seem to work. We can keep investigating to find the best way to present it in the doc.