Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

_quarto.yml 1.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  1. project:
  2. type: website
  3. title: "bookdata"
  4. pre-render:
  5. - ./index-files.pl
  6. filters:
  7. - file-defs.lua
  8. format:
  9. html:
  10. theme:
  11. light: flatly
  12. dark: darkly
  13. css: tweaks.css
  14. toc: true
  15. section-divs: true
  16. include-after-body:
  17. text: |
  18. <script data-goatcounter="https://piret-bookdata.goatcounter.com/count"
  19. async src="//gc.zgo.at/count.js"></script>
  20. website:
  21. title: Book Data Tools
  22. repo-url: https://github.com/PIReTship/bookdata-tools
  23. repo-subdir: docs
  24. repo-actions: [edit, issue]
  25. sidebar:
  26. search: true
  27. contents:
  28. - index.md
  29. - section: using/index.md
  30. contents:
  31. - using/setup.md
  32. - using/storage.md
  33. - using/sources.md
  34. - using/running.md
  35. - section: data/index.qmd
  36. contents:
  37. - data/ids.qmd
  38. - data/loc.qmd
  39. - data/openlib.qmd
  40. - data/viaf.qmd
  41. - data/bx.qmd
  42. - data/amazon.qmd
  43. - data/goodreads.qmd
  44. - data/cluster.qmd
  45. - data/gender.qmd
  46. - section: implementation/index.md
  47. contents:
  48. - implementation/pipeline.md
  49. - implementation/layout.md
  50. - implementation/dataset.md
  51. - history.md
  52. - papers.md
  53. - section: reports/index.md
  54. contents:
  55. - reports/LinkageStats.ipynb
  56. - reports/audit-cluster-stats.ipynb
  57. - reports/audit-gender-changes.ipynb
  58. - text: Rust API docs
  59. url: /apidocs/bookdata/
  60. icon: gear-wide
  61. - text: GitHub repository
  62. url: https://github.com/PIReTship/bookdata-tools
  63. icon: github
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...