This book is in Open Review. I want your feedback to make the book better for you and other readers. To add your annotation, select some text and then click the on the pop-up menu. To see the annotations of others, click the in the upper right hand corner of the page

Cours 20 Bookdown

R proj particulier pour le bookdown

20.1 Fichiers particuliers

  • index.rmd : fichier pour indiquer le header de ts les fichiers, écrit la “préface”

  • _bookdown.yml : def construction livre

book_filename: "My_cours"
delete_merged_file: true # supprimer le fichier intermediaire de la compilation
language:
  ui:
    chapter_name: "Cours "
output_dir: "docs" # dossier de stockage de la compilation
  • _output.yml : def construction des sorties
bookdown::gitbook:
  config:
    toc:
      before: |
        <li><a href="./">My_cours</a></li>
      after: | # lien "source" vers le dépot Github
        <li><a href="https://github.com/VincyaneBadouard/My_cours" target="blank">Source</a></li>
      collapse: section # pour ne pas afficher les sous-parties ds le menu deroulant
  includes:
    in_header: hypothesis.html # permet les comentaires dans le doc (open review)
    before_body: open_review_block.html

scroll_hillight: yes # mise en couleur qd on est dans la partie