Realistic example for home page
See original GitHub issueI just pointed someone on reddit to http://pydoit.org/ , and I realised that the landing page is a bit… abstract. It has an example task definition, but it’s just the structure, not a task that you could actually run, and it doesn’t say how to use it.
The intro at http://pydoit.org/tasks.html is better - it’s a working example, and it tells you about dodo.py
and the doit
command. But it’s too simple to show why you’d use doit.
I think doit is a pretty cool tool, and it’s a pity that it’s not more obvious how and why to use it. With your permission, I’d like to try to come up with a meaningful example to put on the homepage, showcasing some of the main features (such as combining Python tasks with shell commands) and explaining how to use it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
23 of the Best Website Homepage Design Examples
Browse through these cool website homepage design examples to get inspiration for your own homepage design strategy.
Read more >31 Effective Homepage Design Examples and Ideas for Your ...
There's no better teacher than an example. I'm going to show you some of the best homepage design examples that I've found, and...
Read more >16 of the Best Website Homepage Design Examples
Examples include “Free Trial,” “Schedule a Demo,” “Buy Now,” or “Learn More.” (Here are 30 examples of great CTAs for more inspiration.)
Read more >40 Best Homepage Website Design Examples - Plerdy
40 Best Homepage Website Design Examples — Driven by the problem of a ... Round lines, realistic gradients, and three-dimensional icons have ...
Read more >5 Key HOMEPAGE Design Elements - With REAL EXAMPLES
Your homepage is the foundation of your website and probably the most visited page on your site. So it has to be effective....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done http://pydoit.org/ Also updated the sphinx template to something that works better on mobile devices.
Thanks for feedback. very much appreciated 😃 And special thanks to @vlcinsky from who i got significant parts of the added text.
Nice! I think it’s a pretty good example - it shows how doit can mix Python functionality and system commands. And I like the side-by-side code block and shell section showing how you’d use it.
I’d still make the example more prominent. At present, I have to scroll down about two full screens in a maximised window on my laptop to see the example - and until I see that, all I’ve really picked up is that it’s something like
make
but using Python. Maybe this is just my perspective, but I’m not interested in a list of advantages until I’ve got a better idea what the tool is and how I’d use it in practice.I really like this about the example docs @vlcinsky showed: as soon as I open the tab, I can see an example straight away.