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

mkdocs.yml 2.8 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
  1. site_name: DagsHub Docs
  2. site_description: 'DagsHub Documentation - Learn how to use DagsHub and improve you data science workflow'
  3. site_dir: 'build/docs'
  4. site_url: 'https://dagshub.com/docs'
  5. copyright: "© 2021 DagsHub"
  6. nav:
  7. - Docs Home: index.md
  8. - Get Started:
  9. - Get Started Overview: getting-started/overview.md
  10. - Create a Project on DagsHub: getting-started/create-a-dagshub-project.md
  11. - Version Code and Data: getting-started/version-code-and-data.md
  12. - Track Experiments: getting-started/track-experiments.md
  13. - Explore a New Hypothesis: getting-started/explore-a-new-hypothesis.md
  14. - Feature Guide: reference/feature_guide.md
  15. - Integration Guide: integration-guide/integration-guide.md
  16. - FAQ: faq.md
  17. - Tutorials:
  18. - Basic Tutorial:
  19. - Overview: experiment-tutorial/overview.md
  20. - 0. Data Exploration: experiment-tutorial/0-data.md
  21. - 1. Setup: experiment-tutorial/1-setup.md
  22. - 2. Data Versioning: experiment-tutorial/2-data-versioning.md
  23. - 3. Experimentation: experiment-tutorial/3-experiments.md
  24. - DagsHub Annotations: tutorial/label-studio-tutorial.md
  25. - Pipeline Tutorial - Advanced:
  26. - Overview: tutorial/overview.md
  27. - Setup: tutorial/setup.md
  28. - Defining the Pipeline: tutorial/pipeline.md
  29. - Experimenting and Reproducibility: tutorial/experiment_repro.md
  30. - Google Drive to DagsHub: tutorial/google-drive-to-dagshub-storage.md
  31. - Workshops:
  32. - Interactive Session: workshops/interactive-session.md
  33. - Production-oriented Work: workshops/production_oriented_work.md
  34. - Data Science Teamwork with Git: workshops/effective_data_science_teamwork_using_git.md
  35. - Feature Updates: feature_updates.md
  36. markdown_extensions:
  37. - codehilite:
  38. linenums: true
  39. - toc:
  40. permalink: true
  41. - admonition
  42. - pymdownx.details
  43. - pymdownx.superfences
  44. - pymdownx.tabbed
  45. - footnotes
  46. - attr_list
  47. - pymdownx.mark
  48. google_analytics: [true, true]
  49. theme:
  50. name: 'material'
  51. icon:
  52. repo: fontawesome/brands/git-alt
  53. custom_dir: 'theme'
  54. favicon: 'assets/images/favicon.png'
  55. logo: 'assets/images/logo.svg'
  56. palette:
  57. primary: 'teal'
  58. accent: 'teal'
  59. scheme: 'slate'
  60. font:
  61. text: 'Lato'
  62. code: 'Roboto Mono'
  63. navigation_depth: 4
  64. plugins:
  65. - search:
  66. separator: '[\s\-\.]+'
  67. lang:
  68. - en
  69. extra_css:
  70. - 'assets/stylesheets/extra.css'
  71. extra_javascript:
  72. - 'assets/javascripts/redirects.js'
  73. - 'js/jquery-3.6.0.min.js'
  74. extra:
  75. social:
  76. - icon: fontawesome/brands/twitter
  77. link: https://twitter.com/TheRealDagsHub
  78. - icon: fontawesome/brands/youtube
  79. link: https://www.youtube.com/channel/UCeuZrCdpIY69XNWqn9OeSYQ
  80. - icon: fontawesome/brands/linkedin
  81. link: https://www.linkedin.com/company/dagshub
  82. - icon: fontawesome/brands/discord
  83. link: https://discord.com/invite/9gU36Y6
Tip!

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

Comments

Loading...