Skip to content

Commit

Permalink
Merge pull request #311 from ZJUEarthData/web
Browse files Browse the repository at this point in the history
fix: fix the chaos of showing the subsection of the top 1 docs.
  • Loading branch information
SanyHe authored Feb 5, 2024
2 parents 3a08d0f + 892801d commit d894898
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/source/For Developer/Contributing/Code_of_Conduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code of Conduct
# Code of Conduct

Contents:

Expand Down
1 change: 1 addition & 0 deletions docs/source/For Developer/Contributing/Contributor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Contributors

## Leader:
+ Can He (Sany, National University of Singapore, Singapore)
Email: [email protected]
Expand Down
1 change: 0 additions & 1 deletion docs/source/For User/Contact us/Q&A.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Frequently Asked Questions

**For your reference, we have summarized some problems encountered and solved in the process of development and testing**
Expand Down
2 changes: 1 addition & 1 deletion docs/source/For User/Contact us/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Bug Reports
# Bug Reports

If you find <font color=pink>Geochemistry Py</font> does not work well with you, in the meantime, googling error messages cannot help. Please check the Q&A first to see if similar questions have already been posted, and there may already be valid comments. If not, please contact us and send the details of bug. Our experts are willing to solve the problems for you as soon as we can. Here is a toturial posted on Youtube [“Geochemistry π-How to use Github for collaboration and Bug reporting-Sany”](https://www.youtube.com/watch?v=1DWoEsqsfvQ&list=PLy8hNsI55lvh1UHjhVhqNUj3xPdV9sEiM&index=4).

Expand Down
10 changes: 1 addition & 9 deletions docs/source/For User/Installation Manual.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
<p style="text-align: center; font-size: 38px; font-weight: bold;">

Installation Manual

</p>


# Installation Manual

#### Contents



1. [Preparation](#Preparation)

2. [Download Geochemistry π](#Download-Geichemistry—π)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

# Data Cleaning & Preprocessing
When we are working on data-mining or machine learning projects, the quality of your results highly depends on the quality of input data. As a result, data cleaning and preprocessing becomes an important step to make sure your input data is neat and balanced. Normally, data scientists will spend a large portion of their working time on data cleaning. However, Geochemistrypi can conduct this process automatically for you, and you just need to follow some simple steps.

When we are working on data-mining or machine learning projects, the quality of your results highly depends on the quality of input data. As a result, data cleaning and preprocessing becomes an important step to make sure your input data is neat and balanced. Normally, data scientists will spend a large portion of their working time on data cleaning. However, Geochemistrypi can conduct this process automatically for you, and you just need to follow some simple steps.

Firstly you need to start the geochemistrypi programm via command line instrucitons. Please refer to **Quick Installation** and **Example** to know how to start geochemistrypi. And now we use a classification data file as a sample.

#### Data Schema

In order to utilize the functions provided by our software, your own data set should satisfy:
Expand Down
4 changes: 4 additions & 0 deletions docs/source/Home/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

---

# Introduction

## What it is

Geochemistry π is an **open-sourced highly automated machine learning Python framework** dedicating to build up MLOps level 1 software product for data-driven geochemistry discovery on tabular data.

Core capabilities are:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Contributing
.. toctree::
:maxdepth: 3

Code of Contuct <For Developer/Contributing/Code Specification v2.2.1 - Geochemistry π.md>
Code of Contuct <For Developer/Contributing/Code_of_Conduct.md>
Contributors <For Developer/Contributing/Contributor.md>

0 comments on commit d894898

Please sign in to comment.