vignettes/buildingDocPages.Rmd
buildingDocPages.Rmd
The intended audience for this is developers and contributors to the
synapser
package who need to build or update the
documentation pages after making changes to the package source code.
This document describes how to install the synapser
client from local sources and rebuild documentation pages.
synapser
from local sources.After installation, open an R session in the project directory and run:
pkgdown::build_site()
This will regenerate all HTML documentation pages for the package.
Once all HTML documents are generated, commit your changes to a feature branch and follow the team’s normal process to get them merged.