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 3.1 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
  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. - FAQ: faq.md
  9. - Get Started:
  10. - Get Started Overview: getting-started/overview.md
  11. - Create a Project on DAGsHub: getting-started/create-a-dagshub-project.md
  12. - Version Code and Data: getting-started/version-code-and-data.md
  13. - Track Experiments: getting-started/track-experiments.md
  14. - Explore a New Hypothesis: getting-started/explore-a-new-hypothesis.md
  15. - Integration Guide:
  16. - Remote Storage: integration-guide/set-up-remote-storage-for-data-and-models.md
  17. - MLflow Tracking: integration-guide/mlflow_tracking.md
  18. - Jenkins: integration-guide/jenkins.md
  19. - Tutorials:
  20. - Basic Tutorial:
  21. - Overview: experiment-tutorial/overview.md
  22. - 0. Data Exploration: experiment-tutorial/0-data.md
  23. - 1. Setup: experiment-tutorial/1-setup.md
  24. - 2. Data Versioning: experiment-tutorial/2-data-versioning.md
  25. - 3. Experimentation: experiment-tutorial/3-experiments.md
  26. - Pipeline Tutorial - Advanced:
  27. - Overview: tutorial/overview.md
  28. - Setup: tutorial/setup.md
  29. - Defining the Pipeline: tutorial/pipeline.md
  30. - Experimenting and Reproducibility: tutorial/experiment_repro.md
  31. - Collaborating on DAGsHub:
  32. - Discovering Experiments: collaborating_on_dagshub/discovering_experiments.md
  33. - Reproducing Results: collaborating_on_dagshub/reproducing_results.md
  34. - Data Science Pull Requests: collaborating_on_dagshub/data_science_pull_requests.md
  35. - Feature Reference:
  36. - DAGsHub Storage: reference/dagshub_storage.md
  37. - Project Templates: reference/project_templates.md
  38. - Open Data Science Format: reference/open_data_science_formats.md
  39. - Editing Data Pipelines: reference/editing_data_pipelines.md
  40. - Webhooks: reference/webhook.md
  41. - Data Merging: reference/data_merging.md
  42. - Feature Updates: feature_updates.md
  43. markdown_extensions:
  44. - codehilite:
  45. linenums: true
  46. - toc:
  47. permalink: true
  48. - admonition
  49. - pymdownx.details
  50. - pymdownx.superfences
  51. - pymdownx.tabbed
  52. - footnotes
  53. - attr_list
  54. - pymdownx.mark
  55. google_analytics: [true, true]
  56. theme:
  57. name: 'material'
  58. icon:
  59. repo: fontawesome/brands/git-alt
  60. custom_dir: 'theme'
  61. favicon: 'assets/images/favicon.png'
  62. logo: 'assets/images/logo.svg'
  63. palette:
  64. primary: 'teal'
  65. accent: 'teal'
  66. scheme: 'slate'
  67. font:
  68. text: 'Lato'
  69. code: 'Roboto Mono'
  70. navigation_depth: 4
  71. plugins:
  72. - search:
  73. separator: '[\s\-\.]+'
  74. lang:
  75. - en
  76. extra_css:
  77. - 'assets/stylesheets/extra.css'
  78. extra:
  79. social:
  80. - icon: fontawesome/brands/twitter
  81. link: https://twitter.com/TheRealDAGsHub
  82. - icon: fontawesome/brands/facebook
  83. link: https://www.facebook.com/DAGsHub/
  84. - icon: fontawesome/brands/linkedin
  85. link: https://www.linkedin.com/company/dagshub
  86. - icon: fontawesome/brands/discord
  87. 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...