Skip to content

Commit

Permalink
landing-page: Move to chapters
Browse files Browse the repository at this point in the history
Move landing page to `chapters/`. This provides proper rendering of
chapter references in Docusaurus.

Update contents to include a short description of the CCAS contents,
chapters and information about contributing.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Dec 25, 2023
1 parent a778e24 commit 6c1a094
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
27 changes: 27 additions & 0 deletions chapters/landing-page/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
slug: /
---

# Introduction

This is a landing page for the `CCAS` (Computing and Calculus for Advanced Statistics) course.
Here you will find all the documentation needed for this course.
It is meant to be used by teachers, trainers, students and hobbyists who want to learn about topics on calculus and statistics.

The course is structured in chapters, each with their own sections.
Each section presents a particular topic, rich in examples.
There is a sizeable focus on the use of the [R programming language for statistical computing](https://www.r-project.org/) for demonstrating the topics in a practical manner.

Chapters are:

- [Numbers to Indices](../numbers-to-indices/overview/reading/read.md)
- [Functions](../functions/overview/reading/read.md)
- [Multivariate to Power](../multivariate-to-power/overview/reading/read.md)
- [Vectors to Some Regression Topics](../vectors-matrix-ops/overview/reading/read.md)

## Licensing and Contributing

The `CCAS` contents are open educational resources ([OER](https://en.wikipedia.org/wiki/Open_educational_resources)), part of the [Open Education Hub project](https://open-education-hub.github.io/);
they are hosted on [GitHub](https://github.com/open-education-hub/ccas), licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) and [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause).

If you find an issue or want to contribute, follow the [contribution guidelines on GitHub](https://github.com/open-education-hub/ccas/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docusaurus:
math: true
sidebar: js
structure:
- Introduction: landing-page/README.md
- Introduction: chapters/landing-page/README.md
- Numbers to Indices:
- Overview:
path: chapters/numbers-to-indices/overview
Expand Down
10 changes: 0 additions & 10 deletions landing-page/README.md

This file was deleted.

0 comments on commit 6c1a094

Please sign in to comment.