Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular updates (Feb 20) #1012

Merged
merged 3 commits into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/static/docs/command-reference/gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ restored using `dvc fetch`, as long as they have previously been uploaded with
## Options

- `-a`, `--all-branches` - keep cached objects referenced in all Git branches.
Useful for keeping data for all the latest experiment versions. Its
Useful for keeping data for all the latest experiment versions. It's
recommended to consider including this option when using `-c` i.e.
`dvc gc -ac`.

Expand Down
5 changes: 3 additions & 2 deletions public/static/docs/user-guide/managing-external-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ supported:
In order to specify an external output for a stage file, use the usual `-o` or
`-O` options of the `dvc run` command, but with the external path or URL to the
file in question. For <abbr>cached</abbr> external outputs (`-o`) you will need
to [setup an external cache](/doc/command-reference/config#cache) location.
Non-cached external outputs (`-O`) do not require an external cache to be setup.
to [setup an external cache](/doc/command-reference/config#cache) in the same
remote location. Non-cached external outputs (`-O`) do not require an external
cache to be setup.

> Avoid using the same remote location that you are using for `dvc push`,
> `dvc pull`, `dvc fetch` as external cache for your external outputs, because
Expand Down
11 changes: 6 additions & 5 deletions src/components/Community/Contribute/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export default function CommunityContribute({ theme }) {
</CommunityButton>
}
>
Become DVC contributor and let us build something great together.
Let&apos;s build something great together. Become a DVC
contributor!.
</CommunityBlock>
</Item>
<Item>
Expand All @@ -64,8 +65,8 @@ export default function CommunityContribute({ theme }) {
</CommunityButton>
}
>
Have something cool on your mind? Suggest a text and we&apos;ll
publish it in our blog.
We&apos;re always interested in guest writers for our blog. If you
have something to share, please reach out!
</CommunityBlock>
</Item>
<Item>
Expand Down Expand Up @@ -103,8 +104,8 @@ export default function CommunityContribute({ theme }) {
</CommunityButton>
}
>
Get perks and benefits for significant contributions, creating
content or hosting meetups.
Get perks and benefits for contributing to the code base, writing
blog posts, or hosting meetups.
</CommunityBlock>
</Item>
</Items>
Expand Down
14 changes: 7 additions & 7 deletions src/components/Community/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,40 @@
"section": {
"contribute": {
"title": "Contribute",
"description": "DVC is 100% open-source and we welcome contributions of all sorts to our code and docs.",
"description": "DVC is 100% open source. We welcome contributions to our code and docs.",
"mobileDescription": "PRs, Blog Posts, Talks, Ambassadors"
},
"events": {
"title": "Events",
"description": "Conferences, meetups and talks to learn more about DVC or meet in person.",
"description": "Learn more about DVC and meet us in person! We're appearing at conferences, meetups, and talks around the world.",
"mobileDescription": "Come to hear more about DVC"
},
"learn": {
"title": "Learn",
"description": "Every month we are sharing here our news, findings, interesting reads, community takeaways, and everything along the way.",
"description": "There are many ways to learn about DVC: check out our documentation, our blogs and monthly Heartbeats, recommended reads, and more.",
"mobileDescription": "Docs, Blog, User Content"
},
"meet": {
"title": "Community",
"description": "Ask questions, find answers, share your ideas and connect with DVC community.",
"description": "Ask questions, find answers, and connect with the DVC community.",
"mobileDescription": "Chat, Forum, Github"
}
},
"documentation": [
{
"url": "/doc/get-started",
"title": "Get started",
"description": "Learn how to set up your project"
"description": "Reproducible walkthroughs on advanced topics"
},
{
"url": "/doc/tutorials",
"title": "Tutorials",
"description": "Learn how to solve most typical tasks"
"description": "Step-by-step introduction to basic DVC features"
},
{
"url": "/doc/changelog",
"title": "Changelog",
"description": "See what's new in DVC core "
"description": "See what's new in DVC."
}
],
"userContent": [
Expand Down