Skip to content

Commit 499a846

Browse files
Added FLINT Handbook Github Link Issue #2 (#18)
* Update README.md Updated * Update README.md Updated Signed-off-by: meenaljain0303 <[email protected]> * new files added Signed-off-by: meenaljain0303 <[email protected]> * new * added the link * dummy changes added Signed-off-by: meenaljain0303 <[email protected]> * new changes added Signed-off-by: meenaljain0303 <[email protected]> --------- Signed-off-by: meenaljain0303 <[email protected]>
1 parent 78902df commit 499a846

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Handbook
2+
## Introduction
3+
[FLINT Handbook](https://moja-global.github.io/Handbook/) is intended to provide an introduction to FLINT so that its readers, regardless of their knowledge level can understand what FLINT aims to accomplish. The FLINT handbook will go over climate science, the problems it poses to our environment, and the steps we can take to mitigate it's effects.
24

3-
This repository contains FLINT Handbook
5+
The Handbook covers:
6+
7+
- Understanding Climate Science and Organizations championing the cause.
8+
- Use of carbon models like the Generic Carbon Budget Model (GCBM).
9+
- Introduction to Full Lands and Integration tools.
10+
- Role of Data Version Control (DVC) in Land Sector Dataset Repos.
11+
- Running a GCBM Silmulation.
12+
- Discussion on Climate Science and Projections.
413

514
## Installation
615

@@ -14,9 +23,11 @@ Here are the steps you can follow while setting up the documentation locally.
1423

1524
If you choose to setup the documentation website locally, you need to have Python and the Python package manager `pip` on your local machine. Follow the official [Python installation](https://www.python.org/downloads/) to setup Python on your local machine.
1625

17-
First make a fork, and then clone the repo:
26+
First make a fork, and then clone the repo
27+
28+
2. Clone the repository
1829

19-
2. Clone the repository. Replace the `<GITHUB_USERNAME>` with your GitHub username. You can find your username by clicking on your profile picture in the top right corner of the GitHub website.
30+
Replace the `<GITHUB_USERNAME>` with your GitHub username. You can find your username by clicking on your profile picture in the top right corner of the GitHub website.
2031

2132
```sh
2233
git clone https://github.com/<GITHUB_USERNAME>/Handbook
@@ -42,4 +53,4 @@ pip install -r requirements.txt
4253
make html
4354
```
4455

45-
You can now open the Handbook website on `_build/html/index.html` in your browser. Make corresponding changes on the documentation site and then run `make clean && make html` to update the documentation. You can now create a pull request to get your changes merged into the upstream develop branch.
56+
You can now open the Handbook website on `_build/html/index.html` in your browser. Make corresponding changes on the documentation site and then run `make clean && make html` to update the documentation. You can now create a pull request to get your changes merged into the upstream develop branch.

0 commit comments

Comments
 (0)