Skip to content

Commit

Permalink
Update documentation and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Dec 7, 2023
1 parent 577ecbe commit ae45b39
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mineralML
<!-- [![PyPI](https://badgen.net/pypi/v/mineralML)](https://pypi.org/project/mineralML/) -->
[![PyPI](https://badgen.net/pypi/v/mineralML)](https://pypi.org/project/mineralML/)
[![Build Status](https://github.com/SarahShi/mineralML/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/SarahShi/mineralML/actions/workflows/main.yml)
[![Documentation Status](https://readthedocs.org/projects/mineralml/badge/?version=latest)](https://mineralml.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/SarahShi/mineralML/branch/main/graph/badge.svg)](https://codecov.io/gh/SarahShi/mineralML/branch/main)
Expand Down
Binary file added docs/_static/mineralML_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# html_logo = "_static/mineralML_logo.png"
# html_theme_options = {
# 'logo_only': True,
# 'display_version': False,
# }
html_logo = "_static/mineralML_logo.png"
html_theme_options = {
'logo_only': True,
'display_version': False,
}

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down
8 changes: 4 additions & 4 deletions docs/importing_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ The following columns are required for this Chemistry file:
* Sample
* SiO\ :sub:`2`
* TiO\ :sub:`2`
* Al\ :sub:`2`O\ :sub:`3`
* Al\ :sub:`2` O\ :sub:`3`
* FeO\ :sub:`t`
* MnO
* MgO
* CaO
* Na\ :sub:`2`O
* K\ :sub:`2`O
* Cr\ :sub:`2`O\ :sub:`3`
* Na\ :sub:`2` O
* K\ :sub:`2` O
* Cr\ :sub:`2` O\ :sub:`3`

For example, here a screenshot of a CSV spreadsheet containing the mineral composition data. You can use the ChemistryTemplate.csv from the GitHub repository to create your own. For oxides that were not analyzed or not detected, enter 0 into the cell.

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Welcome to mineralML's documentation!
======================================

.. image:: _static/mineralML_logo.png

.. toctree::
:maxdepth: 2
Expand Down
8 changes: 4 additions & 4 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Chemistry

* SiO\ :sub:`2`
* TiO\ :sub:`2`
* Al\ :sub:`2`O\ :sub:`3`
* Al\ :sub:`2` O\ :sub:`3`
* FeO\ :sub:`t`
* MnO
* MgO
* CaO
* Na\ :sub:`2`O
* K\ :sub:`2`O
* Cr\ :sub:`2`O\ :sub:`3`
* Na\ :sub:`2` O
* K\ :sub:`2` O
* Cr\ :sub:`2` O\ :sub:`3`


=====
Expand Down

0 comments on commit ae45b39

Please sign in to comment.