Skip to content

Commit

Permalink
move best practices chapter file to top level
Browse files Browse the repository at this point in the history
Fixes #410.
  • Loading branch information
egpbos committed Dec 10, 2024
1 parent 5406c5b commit 8d77c2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Openness and collaboration are at the heart of the eScience Center, which is why
## Contents

To get started, check out the checklist of generic research software engineering advice
in the [Best Practices](best_practices/overview.md) chapter.
in the [Best Practices](/best_practices.md) chapter.
This chapter lists the most important overall attention points while developing research software.
For more details, the sections refer to selected resources in community guides that we collaborate with.

If you are looking for more in-depth advise on using a specific programming language, have a look at the [language guides](language_guides/languages_overview.md).
If you are looking for more in-depth advise on using a specific programming language, have a look at the [language guides](/language_guides/languages_overview.md).
Here we catalogue our experiences with the languages we use the most in our research software development projects.
We also provide [technology guides](technology/technology_overview.md) on digital technologies we use often in our projects with research partners.
We also provide [technology guides](/technology/technology_overview.md) on digital technologies we use often in our projects with research partners.

## Resources

Expand All @@ -40,7 +40,7 @@ Please consider contributing to this book!
It is a great way to make long-lasting impact by sharing your time-tested knowledge and expertise.
You'll hone your writing skills while you're at it.

See the [Contributing to this Guide](CONTRIBUTING.md) chapter if you want to know more about how you can help, or ask one of the editors.
See the [Contributing to this Guide](/CONTRIBUTING.md) chapter if you want to know more about how you can help, or ask one of the editors.
Currently the editorial team consists of:
- Bouwe Andela [@bouweandela](https://github.com/bouweandela) (research software engineer)
- Carlos Martínez Ortiz [@c-martinez](https://github.com/c-martinez) (community manager)
Expand Down
2 changes: 1 addition & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

* [Introduction](/README.md)
* [Best practices](/best_practices.md)
* [Language Guides](/language_guides/languages_overview.md)
* [Bash](/language_guides/bash.md)
* [JavaScript and TypeScript](/language_guides/javascript.md)
Expand All @@ -11,5 +12,4 @@
* [GPU programming](/technology/gpu.md)
* [UX - User Experience](/technology/user_experience.md)
* [Datasets](/technology/datasets.md)
* [Best practices](/best_practices/overview.md)
* [Contributing to this Guide](/CONTRIBUTING.md)
File renamed without changes.

0 comments on commit 8d77c2f

Please sign in to comment.