You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One strategy could be to write a custom index.html with links down to python-specific and R-specific folders and then to add something like this to Makefile:
But totally open to other suggestions! Also note that our current strategy for pkgdown has been to host all the files checked into the repo on master, but surely there must be a better way.
The text was updated successfully, but these errors were encountered:
Right now, we are building our Github Pages site off the
docs/
folder onmaster
. That only includes thepkgdown
site for the R package.Thanks to @csyhuang on #130 , the Python package will soon have Sphinx docs.
We should have a strategy for hosting Python and R docs together on https://uptakeopensource.github.io/uptasticsearch/
One strategy could be to write a custom
index.html
with links down to python-specific and R-specific folders and then to add something like this toMakefile
:But totally open to other suggestions! Also note that our current strategy for
pkgdown
has been to host all the files checked into the repo on master, but surely there must be a better way.The text was updated successfully, but these errors were encountered: