Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index categories #124

Merged
merged 13 commits into from
Sep 21, 2023
16 changes: 8 additions & 8 deletions book/generate-index.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@ cat(
# Tables

section_header("Tables")
create_subsection("./tables/ada", "ADA")
create_subsection("./tables/ADA", "ADA")
create_subsection("./tables/adverse-events", "Adverse Events")
create_subsection("./tables/con-med", "Concomitant Medications")
create_subsection("./tables/concomitant-medications", "Concomitant Medications")
create_subsection("./tables/deaths", "Deaths")
create_subsection("./tables/demography", "Demography")
create_subsection("./tables/disclosures", "Disclosures")
create_subsection("./tables/disposition", "Disposition")
create_subsection("./tables/ecg", "ECG")
create_subsection("./tables/ECG", "ECG")
create_subsection("./tables/efficacy", "Efficacy")
create_subsection("./tables/exposure", "Exposure")
create_subsection("./tables/lab-results", "Lab Results")
create_subsection("./tables/medical-history", "Medical History")
create_subsection("./tables/pharmacokinetic", "Pharmacokinetic")
create_subsection("./tables/rmp", "Risk Management Plan")
create_subsection("./tables/risk-management-plan", "Risk Management Plan")
create_subsection("./tables/safety", "Safety")
create_subsection("./tables/vital-signs", "Vital Signs")

# Listings

section_header("Listings")
create_subsection("./listings/ada", "ADA")
create_subsection("./listings/ADA", "ADA")
create_subsection("./listings/adverse-events", "Adverse Events")
create_subsection("./listings/con-med", "Concomitant Medications")
create_subsection("./listings/concomitant-medications", "Concomitant Medications") # nolint
create_subsection("./listings/disposition", "Disposition")
create_subsection("./listings/dsur", "Development Safety Update Report")
create_subsection("./listings/ecg", "ECG")
create_subsection("./listings/development-safety-update-report", "Development Safety Update Report") # nolint
create_subsection("./listings/ECG", "ECG")
create_subsection("./listings/exposure", "Exposure")
create_subsection("./listings/lab-results", "Lab Results")
create_subsection("./listings/medical-history", "Medical History")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
226 changes: 142 additions & 84 deletions book/tlg-index.qmd

Large diffs are not rendered by default.