Skip to content

Commit ebe4361

Browse files
committed
add grandparent tag
1 parent 1af3534 commit ebe4361

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/tut/1-atom.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ Atom is my fave editor for all types of "code". Python, bash, markdown, html...
2121

2222
## Why I love Atom
2323

24-
What I particularly love about Atom is that I can switch between different languages very comfortably (which I have to do a a fair amount for work), and Atom takes care of everything the same way, no matter what you are writing. It handles the colours, the spacing, the formatting, linting, the keyboard shortcuts, autocompletions, commenting, spell checking, searching / find+replace across multiple files, all the important stuff! I guess that is what you get from an open source tool developed by and for users who write code for a living! Other tools are available which I'm sure do a great job, but this is the one I am most comfortable with and consistently pleased by.
24+
What I particularly love about Atom is that I can switch between different languages very comfortably), and Atom takes care of everything the same way, no matter what you are writing. It handles the colours, the spacing, the formatting, [linting](https://en.wikipedia.org/wiki/Lint_(software)), the keyboard shortcuts, autocompletions, commenting, spell checking, searching / find+replace across multiple files, all the important stuff! I guess that is what you get from an open source tool developed by and for users who write code for a living! Other tools are available which I'm sure do a great job, but this is the one I am most comfortable with and consistently pleased by.
2525

2626
## Why you should use Atom
2727

28-
To host your documentation on GitHub pages, you're going to be writing across multiple documents. Atom also has a directory tree on the left which enables you to navigate around your project (and do things like create and delete files using the mouse) really easily.
28+
To host your documentation on GitHub pages, you're going to be writing across multiple documents, and potentially in more than one language. Atom also has a directory tree on the left which enables you to navigate around your project file easily, and also do things like create, duplicate and delete files using good old point-and-click.
2929

30-
Atom also provides a graphical "point and click" way of committing changes to your GitHub repo. This can be useful if you're not familiar with the process, but for these tutorials we're going to stick to command line and the terminal for GitHub, because you get better error reports.
30+
Atom also provides a graphical point-and-click way of committing changes to your GitHub repo. This can be useful if you're not familiar with the process, but for these tutorials we're going to stick to command line and the terminal for GitHub, because you get more informative error reports.
3131

3232
## How to start with Atom
3333

34-
Before we crack on with the docs, I'd love for you to get familiar with working in Atom. Here's a short video which shows you how to [install and start using Atom](https://www.youtube.com/watch?v=EyG20hhON6E).
34+
Before we crack on with creating and editing documentation, I'd love for you to get familiar with working in Atom. Here's a short video which shows you how to [install and start using Atom](https://www.youtube.com/watch?v=EyG20hhON6E).
3535

3636
There are tones of packages you can add on to make your workflow easier, but for these tutorials you'll only need the markdown basics which come preloaded.
3737

docs/tut/5-1-Make-your-repo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
title: 5.1 Make a GitHub repository
44
nav_order: 1
5+
grandparent: Tutorials
56
parent: 5. Make your own docs
67
has_children: false
78
---

docs/tut/5-2-Make-your-Pages-site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
title: 5.2 Make your GitHub Pages site
44
nav_order: 2
5+
grandparent: Tutorials
56
parent: 5. Make your own docs
67
has_children: false
78
---

0 commit comments

Comments
 (0)