mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-12 02:06:14 -05:00
fix(pdf): align Vol 2 reference/citation location with Vol 1 (document)
This commit is contained in:
@@ -50,57 +50,57 @@ book:
|
||||
# ==================================================
|
||||
# Volume II Frontmatter
|
||||
# ==================================================
|
||||
# - contents/vol2/frontmatter/dedication.qmd
|
||||
# - contents/vol2/frontmatter/foreword.qmd
|
||||
# - contents/vol2/frontmatter/about.qmd
|
||||
# - contents/vol2/frontmatter/acknowledgements.qmd
|
||||
# - contents/vol2/frontmatter/notation.qmd
|
||||
- contents/vol2/frontmatter/dedication.qmd
|
||||
- contents/vol2/frontmatter/foreword.qmd
|
||||
- contents/vol2/frontmatter/about.qmd
|
||||
- contents/vol2/frontmatter/acknowledgements.qmd
|
||||
- contents/vol2/frontmatter/notation.qmd
|
||||
|
||||
# ==================================================
|
||||
# Part I: The Fleet
|
||||
# ==================================================
|
||||
# - contents/vol2/parts/fleet_principles.qmd
|
||||
# - contents/vol2/introduction/introduction.qmd
|
||||
# - contents/vol2/compute_infrastructure/compute_infrastructure.qmd
|
||||
# - contents/vol2/network_fabrics/network_fabrics.qmd
|
||||
# - contents/vol2/data_storage/data_storage.qmd
|
||||
- contents/vol2/parts/fleet_principles.qmd
|
||||
- contents/vol2/introduction/introduction.qmd
|
||||
- contents/vol2/compute_infrastructure/compute_infrastructure.qmd
|
||||
- contents/vol2/network_fabrics/network_fabrics.qmd
|
||||
- contents/vol2/data_storage/data_storage.qmd
|
||||
|
||||
# ==================================================
|
||||
# Part II: Distributed ML
|
||||
# ==================================================
|
||||
# - contents/vol2/parts/distributed_ml_principles.qmd
|
||||
# - contents/vol2/distributed_training/distributed_training.qmd
|
||||
# - contents/vol2/collective_communication/collective_communication.qmd
|
||||
# - contents/vol2/fault_tolerance/fault_tolerance.qmd
|
||||
# - contents/vol2/fleet_orchestration/fleet_orchestration.qmd
|
||||
- contents/vol2/parts/distributed_ml_principles.qmd
|
||||
- contents/vol2/distributed_training/distributed_training.qmd
|
||||
- contents/vol2/collective_communication/collective_communication.qmd
|
||||
- contents/vol2/fault_tolerance/fault_tolerance.qmd
|
||||
- contents/vol2/fleet_orchestration/fleet_orchestration.qmd
|
||||
|
||||
# ==================================================
|
||||
# Part III: Deployment at Scale
|
||||
# ==================================================
|
||||
# - contents/vol2/parts/deployment_principles.qmd
|
||||
# - contents/vol2/performance_engineering/performance_engineering.qmd
|
||||
- contents/vol2/parts/deployment_principles.qmd
|
||||
- contents/vol2/performance_engineering/performance_engineering.qmd
|
||||
- contents/vol2/inference/inference.qmd
|
||||
# - contents/vol2/edge_intelligence/edge_intelligence.qmd
|
||||
# - contents/vol2/ops_scale/ops_scale.qmd
|
||||
- contents/vol2/edge_intelligence/edge_intelligence.qmd
|
||||
- contents/vol2/ops_scale/ops_scale.qmd
|
||||
|
||||
# ==================================================
|
||||
# Part IV: The Responsible Fleet
|
||||
# ==================================================
|
||||
# - contents/vol2/parts/responsible_fleet_principles.qmd
|
||||
# - contents/vol2/security_privacy/security_privacy.qmd
|
||||
# - contents/vol2/robust_ai/robust_ai.qmd
|
||||
# - contents/vol2/sustainable_ai/sustainable_ai.qmd
|
||||
# - contents/vol2/responsible_ai/responsible_ai.qmd
|
||||
# - contents/vol2/conclusion/conclusion.qmd
|
||||
# - contents/vol2/backmatter/references.qmd
|
||||
- contents/vol2/parts/responsible_fleet_principles.qmd
|
||||
- contents/vol2/security_privacy/security_privacy.qmd
|
||||
- contents/vol2/robust_ai/robust_ai.qmd
|
||||
- contents/vol2/sustainable_ai/sustainable_ai.qmd
|
||||
- contents/vol2/responsible_ai/responsible_ai.qmd
|
||||
- contents/vol2/conclusion/conclusion.qmd
|
||||
- contents/vol2/backmatter/references.qmd
|
||||
|
||||
# appendices:
|
||||
# - contents/vol2/backmatter/appendix_fleet.qmd
|
||||
# - contents/vol2/backmatter/appendix_communication.qmd
|
||||
# - contents/vol2/backmatter/appendix_reliability.qmd
|
||||
# - contents/vol2/backmatter/appendix_c3.qmd
|
||||
# - contents/vol2/backmatter/appendix_assumptions.qmd
|
||||
# - contents/vol2/backmatter/glossary/glossary.qmd
|
||||
- contents/vol2/backmatter/appendix_fleet.qmd
|
||||
- contents/vol2/backmatter/appendix_communication.qmd
|
||||
- contents/vol2/backmatter/appendix_reliability.qmd
|
||||
- contents/vol2/backmatter/appendix_c3.qmd
|
||||
- contents/vol2/backmatter/appendix_assumptions.qmd
|
||||
- contents/vol2/backmatter/glossary/glossary.qmd
|
||||
|
||||
citation: true
|
||||
license: CC-BY-NC-SA
|
||||
@@ -175,8 +175,8 @@ format:
|
||||
toc-depth: 3
|
||||
number-depth: 3
|
||||
keep-tex: true
|
||||
reference-location: margin
|
||||
citation-location: margin
|
||||
reference-location: document
|
||||
citation-location: document
|
||||
include-in-header:
|
||||
- file: "tex/theme-colors-vol2.tex"
|
||||
- file: "tex/header-includes.tex"
|
||||
|
||||
Reference in New Issue
Block a user