Generate all topic pages for a package.

Usage

build_topics(package, base_path, package_info, examples = TRUE)

Arguments

package_info
A list containing information about the package, as generated by package_info
package
name of package (as character string) to create documentation for
base_path
root directory in which to create documentation
examples
include examples or not? Examples are particularly slow to render because all code must be run, so turning them off makes it easier to tweak templates etc.

Description

Generate all topic pages for a package.