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 4.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
  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: "© 2023 DagsHub"
  6. nav:
  7. - Home: index.md
  8. - Quick Start:
  9. - quick_start/index.md
  10. - Set up DagsHub: quick_start/set_up_dagshub.md
  11. - Version Data and Code: quick_start/version_data_and_code.md
  12. - Feature Guide:
  13. - feature_guide/index.md
  14. - DagsHub Storage: feature_guide/dagshub_storage.md
  15. - Direct Data Access: feature_guide/direct_data_access.md
  16. - Experiment Table: feature_guide/discovering_experiments.md
  17. - DagsHub Tracking: feature_guide/git_tracking.md
  18. - DagsHub Annotations: feature_guide/annotations.md
  19. - DagsHub Diffing: feature_guide/dagshub_diffing.md
  20. - DagsHub Discussions: feature_guide/dagshub_discussions.md
  21. - DagsHub Reports: feature_guide/reports.md
  22. - DagsHub Pipelines: feature_guide/pipeline.md
  23. - Data Science Pull Requests: feature_guide/data_science_pull_requests.md
  24. - DagsHub Topics: feature_guide/topics.md
  25. - DagsHub Templates: feature_guide/project_templates.md
  26. - DagsHub Automation: feature_guide/automation.md
  27. - Reproduce Results: feature_guide/reproducing_results.md
  28. - Data Merging: feature_guide/data_merging.md
  29. - Integration Guide:
  30. - integration_guide/index.md
  31. - GitHub: integration_guide/github.md
  32. - Google Colab: integration_guide/google_colab.md
  33. - DVC: integration_guide/dvc.md
  34. - MLflow: integration_guide/mlflow_tracking.md
  35. - Jenkins: integration_guide/jenkins.md
  36. - Label Studio: integration_guide/label_studio.md
  37. - External Storage: integration_guide/set_up_remote_storage_for_data_and_models.md
  38. - External Git Server: integration_guide/connect_a_git_server_to_dagshub.md
  39. - Webhooks: integration_guide/webhook.md
  40. - New Relic: integration_guide/new_relic_monitoring.md
  41. - FAQ: faq.md
  42. - Troubleshooting: troubleshooting.md
  43. - Tutorials:
  44. - Basic Tutorial:
  45. - experiment_tutorial/index.md
  46. - 0. Data Exploration: experiment_tutorial/0_data.md
  47. - 1. Setup: experiment_tutorial/1_setup.md
  48. - 2. Data Versioning: experiment_tutorial/2_data_versioning.md
  49. - 3. Experimentation: experiment_tutorial/3_experiments.md
  50. - DagsHub Annotations: tutorial/label_studio_tutorial.md
  51. - Pipeline Tutorial - Advanced:
  52. - tutorial/index.md
  53. - Setup: tutorial/setup.md
  54. - Defining the Pipeline: tutorial/pipeline.md
  55. - Experimenting and Reproducibility: tutorial/experiment_repro.md
  56. - Google Drive to DagsHub: tutorial/google_drive_to_dagshub_storage.md
  57. - Workshops:
  58. - Interactive Session: workshops/interactive_session.md
  59. - Production-oriented Work: workshops/production_oriented_work.md
  60. - Data Science Teamwork with Git: workshops/effective_data_science_teamwork_using_git.md
  61. - Feature Updates: feature_updates.md
  62. - API: api.md
  63. edit_uri: https://dagshub.com/DagsHub-Official/dagshub-docs/_edit/main/docs/
  64. markdown_extensions:
  65. - codehilite:
  66. linenums: true
  67. - toc:
  68. permalink: true
  69. - admonition
  70. - pymdownx.details
  71. - pymdownx.superfences
  72. - pymdownx.tabbed:
  73. alternate_style: true
  74. - footnotes
  75. - attr_list
  76. - pymdownx.mark
  77. - tables
  78. google_analytics: [true, true]
  79. theme:
  80. features:
  81. - navigation.indexes
  82. - navigation.top
  83. name: 'material'
  84. icon:
  85. repo: fontawesome/brands/git-alt
  86. edit: material/file-document-edit-outline
  87. custom_dir: 'theme'
  88. favicon: 'assets/images/favicon.png'
  89. logo: 'assets/images/logo.svg'
  90. palette:
  91. - scheme: default
  92. primary: 'teal'
  93. accent: 'teal'
  94. toggle:
  95. icon: material/toggle-switch
  96. name: Switch to dark mode
  97. - scheme: slate
  98. primary: 'teal'
  99. accent: 'teal'
  100. toggle:
  101. icon: material/toggle-switch-off-outline
  102. name: Switch to light mode
  103. font:
  104. text: 'Inter'
  105. code: 'Roboto Mono'
  106. navigation_depth: 4
  107. plugins:
  108. - search:
  109. separator: '[\s\-\.]+'
  110. lang:
  111. - en
  112. extra_css:
  113. - 'assets/stylesheets/header.css'
  114. - 'assets/stylesheets/footer.css'
  115. - 'assets/stylesheets/extra.css'
  116. - 'assets/stylesheets/swagger-ui.css'
  117. - 'assets/stylesheets/custom-search.css'
  118. - 'assets/stylesheets/dark-mode-toggle.css'
  119. - 'assets/stylesheets/prev-next-buttons.css'
  120. extra_javascript:
  121. - 'assets/javascripts/redirects.js'
  122. - 'assets/javascripts/header.js'
  123. - 'js/jquery-3.6.0.min.js'
  124. extra:
  125. social:
  126. - icon: fontawesome/brands/twitter
  127. link: https://twitter.com/TheRealDagsHub
  128. - icon: fontawesome/brands/youtube
  129. link: https://www.youtube.com/channel/UCeuZrCdpIY69XNWqn9OeSYQ
  130. - icon: fontawesome/brands/linkedin
  131. link: https://www.linkedin.com/company/dagshub
  132. - icon: fontawesome/brands/discord
  133. 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...