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.7 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
  1. site_name: DAGsHub Docs
  2. site_description: 'DAGsHub Documentation - Learn how to use DAGsHub and improve you data science workflow'
  3. site_dir: '../public/docs'
  4. copyright: "© 2021 DAGsHub"
  5. nav:
  6. - Docs Home: index.md
  7. - FAQ: faq.md
  8. - Getting Started:
  9. - Create a DAGsHub Project: getting-started/create-a-dagshub-project.md
  10. - Setup Remote Storage for Data & Models: getting-started/set-up-remote-storage-for-data-and-models.md
  11. - Tutorials:
  12. - Basic Tutorial:
  13. - Overview: experiment-tutorial/overview.md
  14. - 0. Data Exploration: experiment-tutorial/0-data.md
  15. - 1. Setup: experiment-tutorial/1-setup.md
  16. - 2. Data Versioning: experiment-tutorial/2-data-versioning.md
  17. - 3. Experimentation: experiment-tutorial/3-experiments.md
  18. - Pipeline Tutorial - Advanced:
  19. - Overview: tutorial/overview.md
  20. - Setup: tutorial/setup.md
  21. - Defining the Pipeline: tutorial/pipeline.md
  22. - Experimenting and Reproducibility: tutorial/experiment_repro.md
  23. - Collaborating on DAGsHub:
  24. - Discovering Experiments: collaborating_on_dagshub/discovering_experiments.md
  25. - Reproducing Results: collaborating_on_dagshub/reproducing_results.md
  26. - Data Science Pull Requests: collaborating_on_dagshub/data_science_pull_requests.md
  27. - Feature Reference:
  28. - DAGsHub Storage: reference/dagshub_storage.md
  29. - Project Templates: reference/project_templates.md
  30. - Open Data Science Format: reference/open_data_science_formats.md
  31. - Editing Data Pipelines: reference/editing_data_pipelines.md
  32. - Webhooks: reference/webhook.md
  33. - Data Merging: reference/data_merging.md
  34. - Feature Updates: feature_updates.md
  35. - COVID-19 Announcement: covid19.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. google_analytics: [true, true]
  48. theme:
  49. name: 'material'
  50. icon:
  51. repo: fontawesome/brands/git-alt
  52. custom_dir: 'theme'
  53. favicon: 'assets/images/favicon.png'
  54. logo: 'assets/images/logo.svg'
  55. palette:
  56. primary: 'teal'
  57. accent: 'teal'
  58. scheme: 'slate'
  59. font:
  60. text: 'Lato'
  61. code: 'Roboto Mono'
  62. navigation_depth: 4
  63. plugins:
  64. - search:
  65. separator: '[\s\-\.]+'
  66. lang:
  67. - en
  68. extra_css:
  69. - 'assets/stylesheets/extra.css'
  70. extra:
  71. social:
  72. - icon: fontawesome/brands/twitter
  73. link: https://twitter.com/TheRealDAGsHub
  74. - icon: fontawesome/brands/facebook
  75. link: https://www.facebook.com/DAGsHub/
  76. - icon: fontawesome/brands/linkedin
  77. link: https://www.linkedin.com/company/dagshub
  78. - icon: fontawesome/brands/discord
  79. 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...