From 2277578a77399ba8e7e3a56fedee29f6c3f88cf5 Mon Sep 17 00:00:00 2001 From: sattertt Date: Mon, 18 Nov 2024 15:38:49 -0500 Subject: [PATCH] Update and rename coding-guide.md to Onboardingcoding-guide.md --- .../coding-guide.md => Basics/Onboardingcoding-guide.md} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename docs/LabHome/{Onboarding/coding-guide.md => Basics/Onboardingcoding-guide.md} (98%) diff --git a/docs/LabHome/Onboarding/coding-guide.md b/docs/LabHome/Basics/Onboardingcoding-guide.md similarity index 98% rename from docs/LabHome/Onboarding/coding-guide.md rename to docs/LabHome/Basics/Onboardingcoding-guide.md index 87abebf..b34be95 100644 --- a/docs/LabHome/Onboarding/coding-guide.md +++ b/docs/LabHome/Basics/Onboardingcoding-guide.md @@ -1,12 +1,12 @@ --- layout: default -title: Best practices for coding for scientific computing -parent: Lab Basics -nav_order: 3 +title: Coding for scientific computing +parent: Computation Basics +nav_order: 5 has_toc: true --- -# Best practices for coding for scientific computing at PennLINC +# Coding for scientific computing at PennLINC This is a guide for coding for scientific computing at PennLINC. People may have different styles in coding; however, there are a few guidelines we recommend here in order to enhance code's reproducibility, reusability, to make it less prone to mistakes, etc. In other words, your code achieves exactly what you wanted; after several months, when looking at your code, you can still quickly get what you coded; you or other lab members can also reuse your code for other projects in the future.