Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesll committed Mar 13, 2024
1 parent 03c9269 commit a5095f4
Show file tree
Hide file tree
Showing 55 changed files with 1,208 additions and 25,172 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Charles Le Losq'

# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.5.2'


# -- General configuration ---------------------------------------------------
Expand Down
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/firststeps.doctree
Binary file not shown.
Binary file modified docs/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/doctrees/machinelearning.doctree
Binary file not shown.
Binary file modified docs/doctrees/maps.doctree
Binary file not shown.
Binary file modified docs/doctrees/modules.doctree
Binary file not shown.
Binary file modified docs/doctrees/peakfitting.doctree
Binary file not shown.
Binary file modified docs/doctrees/philosophy.doctree
Binary file not shown.
Binary file modified docs/doctrees/preprocessing.doctree
Binary file not shown.
Binary file modified docs/doctrees/rampy.doctree
Binary file not shown.
Binary file modified docs/doctrees/rampy.tests.doctree
Binary file not shown.
Binary file modified docs/doctrees/setup.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5b7b2bbb514d64fa635096b242d1cec4
config: 1f805ab17dcbbe3620e7a2dd86b79d24
tags: 645f666f9bcd5a90fca523b33c5a78b7
155 changes: 0 additions & 155 deletions docs/html/_sources/examples.rst.txt

This file was deleted.

3 changes: 2 additions & 1 deletion docs/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to RamPy's documentation!
=================================

Copyright (2015-2021) C. Le Losq and co.
Copyright (2015-2024) C. Le Losq and co.

Charles Le Losq, Institut de physique du globe de Paris, University of Paris
[email protected]
Expand Down Expand Up @@ -47,4 +47,5 @@ Indices and tables
preprocessing
peakfitting
machinelearning
maps
rampy
15 changes: 3 additions & 12 deletions docs/html/_sources/maps.rst.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
Maps
====

Rampy offers the possiblity to analyse maps from Raman spectrometers.
Rampy offers the possiblity to analyse maps from Raman spectrometers using the ``rampy.maps`` module.

In the following, we assume you already performed library importation as
Line and 2D Maps saved in CSV or TXT format from Horiba and Renishaw spectrometers can be loaded, and various data treatments can be performed afterwards.

.. code-block:: python
# importing rampy
import rampy as rp
# and for numpy we will respect the usual name:
import numpy as np
# for matplotlib
import matplotlib.pyplot as plt
IN CONSTRUCTION
An Jupyter notebook example of processing a map of Raman spectra is `provided here <https://github.com/charlesll/rampy/blob/master/examples/Maps_example.ipynb>`_.
1 change: 1 addition & 0 deletions docs/html/_sources/peakfitting.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Peak fitting
Rampy does not offer a dedicated function for peak fitting. Instead, we invite users to use lmfit or scipy.optimize to perform peak fitting, which is basically the action to fit a model (sum of peaks) to your data.

Rampy offers functions for various peak shapes, including:

* gaussian peaks > ``rampy.gaussian``
* lorentzian peaks > ``rampy.lorentzian``
* pseudo-voigt peaks > ``rampy.pseudovoigt``
Expand Down
17 changes: 3 additions & 14 deletions docs/html/_static/_sphinx_javascript_frameworks_compat.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
/*
* _sphinx_javascript_frameworks_compat.js
* ~~~~~~~~~~
*
* Compatability shim for jQuery and underscores.js.
*
* WILL BE REMOVED IN Sphinx 6.0
* xref RemovedInSphinx60Warning
/* Compatability shim for jQuery and underscores.js.
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* select a different prefix for underscore
*/
$u = _.noConflict();


/**
* small helper function to urldecode strings
*
Expand Down
55 changes: 25 additions & 30 deletions docs/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -324,17 +328,17 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,

div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,

div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -375,7 +379,6 @@ div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,

div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
Expand All @@ -385,7 +388,6 @@ div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,

div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -611,25 +613,6 @@ ul.simple p {
margin-bottom: 0;
}

/* Docutils 0.17 and older (footnotes & citations) */
dl.footnote > dt,
dl.citation > dt {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
content: "";
clear: both;
}

/* Docutils 0.18+ (footnotes & citations) */
aside.footnote > span,
div.citation > span {
float: left;
Expand All @@ -654,8 +637,6 @@ div.citation > p:last-of-type:after {
clear: both;
}

/* Footnotes & citations ends */

dl.field-list {
display: grid;
grid-template-columns: fit-content(30%) auto;
Expand All @@ -668,10 +649,6 @@ dl.field-list > dt {
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
padding-left: 0.5em;
margin-top: 0em;
Expand All @@ -697,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -765,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion docs/html/_static/css/theme.css

Large diffs are not rendered by default.

Loading

0 comments on commit a5095f4

Please sign in to comment.