diff --git a/docs/programming/.pages b/docs/programming/.pages new file mode 100644 index 0000000..7d9f36e --- /dev/null +++ b/docs/programming/.pages @@ -0,0 +1,4 @@ + +nav: + - index.md + - ... \ No newline at end of file diff --git a/docs/programming/index.md b/docs/programming/index.md new file mode 100644 index 0000000..fc02120 --- /dev/null +++ b/docs/programming/index.md @@ -0,0 +1,10 @@ +# Overview + + +## hugo + +## ledoux + +# potat + +Lemongrass frosted gingerbread bites banana bread orange crumbled lentils sweet potato black bean burrito green pepper springtime strawberry ginger lemongrass agave green tea smoky maple tempeh glaze enchiladas couscous. Cranberry spritzer Malaysian cinnamon pineapple salsa apples spring cherry bomb bananas blueberry pops scotch bonnet pepper spiced pumpkin chili lime eating together kale blood orange smash arugula salad. Bento box roasted peanuts pasta Sicilian pistachio pesto lavender lemonade elderberry Southern Italian citrusy mint lime taco salsa lentils walnut pesto tart quinoa flatbread sweet potato grenadillo. \ No newline at end of file diff --git a/docs/python/index.md b/docs/python/index.md index 9522e16..aaf7875 100644 --- a/docs/python/index.md +++ b/docs/python/index.md @@ -1,4 +1,5 @@ -# Python +# Overview + Python is a programming language that's easy to read, write, and understand. It's used a lot in Geomatics because: - **Quick to write:** When making scripts for data analysis, most of the time you care a lot about how fast you can *write* the code and not too much about how fast the code will *run*. Python is very quick to *write*. diff --git a/docs/writing/.pages b/docs/writing/.pages index b334f35..2e7ab24 100644 --- a/docs/writing/.pages +++ b/docs/writing/.pages @@ -1,4 +1,5 @@ nav: + - Overview: index.md - Intro to LaTex: latexintro.md - Markdown: markdown.md - ... \ No newline at end of file