Skip to content

Commit a5095f4

Browse files
committed
Update documentation
1 parent 03c9269 commit a5095f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1208
-25172
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Charles Le Losq'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.5.1'
25+
release = '0.5.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/doctrees/environment.pickle

916 KB
Binary file not shown.

docs/doctrees/firststeps.doctree

94 Bytes
Binary file not shown.

docs/doctrees/index.doctree

70 Bytes
Binary file not shown.

docs/doctrees/installation.doctree

55 Bytes
Binary file not shown.

docs/doctrees/machinelearning.doctree

55 Bytes
Binary file not shown.

docs/doctrees/maps.doctree

696 Bytes
Binary file not shown.

docs/doctrees/modules.doctree

55 Bytes
Binary file not shown.

docs/doctrees/peakfitting.doctree

808 Bytes
Binary file not shown.

docs/doctrees/philosophy.doctree

55 Bytes
Binary file not shown.

docs/doctrees/preprocessing.doctree

121 Bytes
Binary file not shown.

docs/doctrees/rampy.doctree

37.3 KB
Binary file not shown.

docs/doctrees/rampy.tests.doctree

-35.9 KB
Binary file not shown.

docs/doctrees/setup.doctree

55 Bytes
Binary file not shown.

docs/html/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5b7b2bbb514d64fa635096b242d1cec4
3+
config: 1f805ab17dcbbe3620e7a2dd86b79d24
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/html/_sources/examples.rst.txt

-155
This file was deleted.

docs/html/_sources/index.rst.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to RamPy's documentation!
77
=================================
88

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

1111
Charles Le Losq, Institut de physique du globe de Paris, University of Paris
1212
lelosq@ipgp.fr
@@ -47,4 +47,5 @@ Indices and tables
4747
preprocessing
4848
peakfitting
4949
machinelearning
50+
maps
5051
rampy

docs/html/_sources/maps.rst.txt

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
Maps
22
====
33

4-
Rampy offers the possiblity to analyse maps from Raman spectrometers.
4+
Rampy offers the possiblity to analyse maps from Raman spectrometers using the ``rampy.maps`` module.
55

6-
In the following, we assume you already performed library importation as
6+
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.
77

8-
.. code-block:: python
9-
10-
# importing rampy
11-
import rampy as rp
12-
# and for numpy we will respect the usual name:
13-
import numpy as np
14-
# for matplotlib
15-
import matplotlib.pyplot as plt
16-
17-
IN CONSTRUCTION
8+
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>`_.

docs/html/_sources/peakfitting.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Peak fitting
44
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.
55

66
Rampy offers functions for various peak shapes, including:
7+
78
* gaussian peaks > ``rampy.gaussian``
89
* lorentzian peaks > ``rampy.lorentzian``
910
* pseudo-voigt peaks > ``rampy.pseudovoigt``

docs/html/_static/_sphinx_javascript_frameworks_compat.js

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
/*
2-
* _sphinx_javascript_frameworks_compat.js
3-
* ~~~~~~~~~~
4-
*
5-
* Compatability shim for jQuery and underscores.js.
6-
*
7-
* WILL BE REMOVED IN Sphinx 6.0
8-
* xref RemovedInSphinx60Warning
1+
/* Compatability shim for jQuery and underscores.js.
92
*
3+
* Copyright Sphinx contributors
4+
* Released under the two clause BSD licence
105
*/
116

12-
/**
13-
* select a different prefix for underscore
14-
*/
15-
$u = _.noConflict();
16-
17-
187
/**
198
* small helper function to urldecode strings
209
*

docs/html/_static/basic.css

+25-30
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -237,6 +237,10 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240+
a:visited {
241+
color: #551A8B;
242+
}
243+
240244
h1:hover > a.headerlink,
241245
h2:hover > a.headerlink,
242246
h3:hover > a.headerlink,
@@ -324,17 +328,17 @@ aside.sidebar {
324328
p.sidebar-title {
325329
font-weight: bold;
326330
}
331+
327332
nav.contents,
328333
aside.topic,
329-
330334
div.admonition, div.topic, blockquote {
331335
clear: left;
332336
}
333337

334338
/* -- topics ---------------------------------------------------------------- */
339+
335340
nav.contents,
336341
aside.topic,
337-
338342
div.topic {
339343
border: 1px solid #ccc;
340344
padding: 7px;
@@ -375,7 +379,6 @@ div.sidebar > :last-child,
375379
aside.sidebar > :last-child,
376380
nav.contents > :last-child,
377381
aside.topic > :last-child,
378-
379382
div.topic > :last-child,
380383
div.admonition > :last-child {
381384
margin-bottom: 0;
@@ -385,7 +388,6 @@ div.sidebar::after,
385388
aside.sidebar::after,
386389
nav.contents::after,
387390
aside.topic::after,
388-
389391
div.topic::after,
390392
div.admonition::after,
391393
blockquote::after {
@@ -611,25 +613,6 @@ ul.simple p {
611613
margin-bottom: 0;
612614
}
613615

614-
/* Docutils 0.17 and older (footnotes & citations) */
615-
dl.footnote > dt,
616-
dl.citation > dt {
617-
float: left;
618-
margin-right: 0.5em;
619-
}
620-
621-
dl.footnote > dd,
622-
dl.citation > dd {
623-
margin-bottom: 0em;
624-
}
625-
626-
dl.footnote > dd:after,
627-
dl.citation > dd:after {
628-
content: "";
629-
clear: both;
630-
}
631-
632-
/* Docutils 0.18+ (footnotes & citations) */
633616
aside.footnote > span,
634617
div.citation > span {
635618
float: left;
@@ -654,8 +637,6 @@ div.citation > p:last-of-type:after {
654637
clear: both;
655638
}
656639

657-
/* Footnotes & citations ends */
658-
659640
dl.field-list {
660641
display: grid;
661642
grid-template-columns: fit-content(30%) auto;
@@ -668,10 +649,6 @@ dl.field-list > dt {
668649
padding-right: 5px;
669650
}
670651

671-
dl.field-list > dt:after {
672-
content: ":";
673-
}
674-
675652
dl.field-list > dd {
676653
padding-left: 0.5em;
677654
margin-top: 0em;
@@ -697,6 +674,16 @@ dd {
697674
margin-left: 30px;
698675
}
699676

677+
.sig dd {
678+
margin-top: 0px;
679+
margin-bottom: 0px;
680+
}
681+
682+
.sig dl {
683+
margin-top: 0px;
684+
margin-bottom: 0px;
685+
}
686+
700687
dl > dd:last-child,
701688
dl > dd:last-child > :last-child {
702689
margin-bottom: 0;
@@ -765,6 +752,14 @@ abbr, acronym {
765752
cursor: help;
766753
}
767754

755+
.translated {
756+
background-color: rgba(207, 255, 207, 0.2)
757+
}
758+
759+
.untranslated {
760+
background-color: rgba(255, 207, 207, 0.2)
761+
}
762+
768763
/* -- code displays --------------------------------------------------------- */
769764

770765
pre {

docs/html/_static/css/theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)