Giter Site home page Giter Site logo

iterative / dvc.org Goto Github PK

View Code? Open in Web Editor NEW
326.0 21.0 386.0 357.41 MB

📖 DVC website and documentation

Home Page: https://dvc.org

License: Apache License 2.0

JavaScript 12.09% CSS 18.85% TypeScript 69.03% Shell 0.03%
www website open-source react markdown algolia-search algolia documentation documentation-site hacktoberfest

dvc.org's Introduction

owl logo

Link Check

DVC project website's source code. Documentation content. Contributions are welcome!

Contributing Docs

Please see our Contributing guide for more details. Thanks to all our contributors!

Contributors

Getting help

If you have any questions, please join the community and use the #dev-docs channel to discuss any issues in our website or docs. We are very responsive and happy to help.

Copyright

Source code of this project is distributed under the Apache license version 2.0 (see the LICENSE file in the project root).

Except where otherwise noted, documentation, blog content, images are licensed under a CC BY 4.0 license.

By submitting a pull request for this project, you agree to license your contribution under the Apache license 2.0 (source code) or CC BY 4.0 (documentation). Exceptions could be made to content and any other materials that are published on our blog.

dvc.org's People

Contributors

algomaster99 avatar ashelkov avatar casperdcl avatar daavoo avatar dashohoxha avatar dberenbaum avatar dependabot[bot] avatar dmpetrov avatar efiop avatar elleobrien avatar github-actions[bot] avatar iadramelk avatar iesahin avatar imhardikj avatar jendefig avatar jeremydesroches avatar jorgeorpinel avatar julieg18 avatar pared avatar pmrowla avatar robogeek avatar rogermparent avatar ryokugyu avatar sanidhyamangal avatar sarthakforwet avatar shcheklein avatar skshetry avatar tapadipti avatar utkarshsingh99 avatar yathomasi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dvc.org's Issues

Static large hero text header on mobile

Like it was discussed in Slack channel:

мне показалось, что все равно можно чуть больше сделать, но радикально это не решит ничего

поверх текста?
или вместо?

lozhkovoygleb [10:32 AM]
Тогда сложится концепция и будет не пусто

ivan [10:33 AM]
я вот думаю что надо просто убрать эту анимацию и действительно одну статическую надпись центрированную
это то что ты предлагаешь выше?

lozhkovoygleb [10:34 AM]
Я предлагаю большим написать Data Version Control, а ниже пусть крутится анимация

ivan [10:35 AM]
да, кажется что сложно будет
можно по-моему просто без анимации сделать

lozhkovoygleb [10:35 AM]
Можно убрать анимацию на телефонах

ivan [10:35 AM]
можно и так и так попробовать конечно

lozhkovoygleb [10:35 AM]
И оставить первую фразу

ivan [10:35 AM]
да
сделать ее по центру и больше

lozhkovoygleb [10:36 AM]
Которую выбираем?

ivan [10:36 AM]
давай пока Version Control
или радндомно!

lozhkovoygleb [10:36 AM]
Понял, принял

ivan [10:36 AM]
когда заходишь 🙂

lozhkovoygleb [10:36 AM]
Рандомную интересный вариант

Video black border

On certain resolutions there are black top and bottom borders visible around the video:

screenshot 2018-06-04 23 42 59

Page bad rendering

Details summary tags are not well rendered at the docs page : https://dvc.org/doc/get-started/add-files.

<details><summary><strong>Expand to learn more about internals</strong></summary>
<p>
You can see that actual data file has been moved (usually hardlink or
reflink is created, so no physical copying is happening) to the
<code>.dvc/cache</code>:
</p>
<pre>
    $ ls -R .dvc/cache
        .dvc/cache/a3:
        04afb96060aad90176268345e10355
</pre>
<p>
where <code>a3/04afb96060aad90176268345e10355</code> is an MD5 hash of the
<code>data.xml</code> file, and if you check the <code>data.xml.dvc</code>
meta-file you will see that it has this hash inside.
</p>
</details>

HTH

Fonts are not properly embedded

On a Mac system when font (Bandon) is not installed system-wide site is not being dispalyed properly (especially is was obvious on SVG logo and SGV image which I converted to PNG)

An opinion from a random guy about dvc.org

  1. "Git for Machine Learning" with strikethrough looks like a bug. I want to close the page.

My comment: It makes sense. Why don't we say:
"Open-source Version Control System for Data Science Projects.
(or Git for Machine Learning)
"

  1. DVC logo (top left) was not rendered.
    https://dvc.org/static/img/logo.png

My comment: I tried to refresh (Ctrl+r) the web page - it didn't help.

  1. In general - the website looks very professional.

Remove horizontal scrolling

It's especially visible in Firefox, for example. Looks like the site is too wide for Macbook 13''. It should be adapting itself dynamically to some extent.

Get started link and behavior

Get started should point to the same place everywhere (tutorial for now).

Get started (buttons down the site) behave strangely - they scroll site to the very up first and only after some delay they redirect.

git-annex faq appears to be incorrect

I'm not sure the comparison to git annex is correct. For example "Git-annex loses all metadata when shared by Git server" isn't true, as it is possible to move files around via special remotes, and store the metadata on git-only servers (datalad, which wraps git annex, shows an example of doing this exact thing).

Scale video properly

On a smaller screens video should keep round corners, button, and scale image.

Front page commands

As we've discussed with @dmpetrov , commands on the front page should be modified to be more correct:

dvc add images.z | -> dvc add images.zip
dvc run python cnn.py -> dvc run -d images.zip -o model.p python cnn.py
dvc remote add s3://mybucket -> dvc remote add myrepo s3://mybucket

HDFS is coming soon

"HDFS, Hive & Apache Spark" is not ready yet. We need to mention this - "Coming soon".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.