Skip to content

Commit 1b84e9e

Browse files
authored
Fix part title mismatches in preface chapter (#74)
1 parent 543f70c commit 1b84e9e

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

preface.qmd

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,25 @@
22

33
## In this book {.unnumbered}
44

5-
This book is designed for people who are interested in using Python for clinical development.
5+
This book is designed for people who are interested in using Python for clinical development.
66
Each part of the book makes certain assumptions about the readers' background:
77

8-
- Part 1, titled "Environment and toolchain" and "Reporting packages", provides general
8+
- Part 1, titled "Environment and toolchain", provides general
99
information on setting up Python development environments for clinical reporting.
10-
11-
12-
- Part 2, titled "Delivering TLFs in CSR", provides general information and
10+
- Part 2, titled "Clinical trial project", provides general information and
1311
examples on creating tables, listings, and figures using Python. It assumes that readers
1412
are individual contributors to a clinical project with prior experience in
1513
Python. Familiarity with data manipulation using Polars is expected.
1614
Recommended references for this part include
17-
[Python Polars: The Definitive Guide](https://polarsguide.com/), and the
15+
[Python Polars: The Definitive Guide](https://polarsguide.com/) and the
1816
[rtflite documentation](https://pharmaverse.github.io/rtflite/).
19-
20-
- Part 3, titled "Clinical trial project", provides general information and
17+
- Part 3, titled "Analysis package", provides general information and
2118
examples on managing a clinical trial A&R project using Python. It assumes that readers
2219
are project leads who have experience in Python package development.
23-
24-
- Part 4, titled "eCTD submission package", provides general information on
20+
- Part 4, titled "eCTD submission", provides general information on
2521
preparing submission packages related to the CSR in the
26-
electronic Common Technical Document (eCTD) format using Python.
22+
electronic Common Technical Document (eCTD) format using
23+
[pkglite for Python](https://pharmaverse.github.io/py-pkglite/).
2724
It assumes that readers are project leads of clinical projects who possess
2825
experience in Python package development and regulatory submission processes.
2926

0 commit comments

Comments
 (0)