Skip to content

Commit

Permalink
DOC: Online doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Mar 25, 2024
1 parent ff2b5b2 commit e1018ed
Show file tree
Hide file tree
Showing 290 changed files with 39,612 additions and 0 deletions.
543 changes: 543 additions & 0 deletions docs/0-getting_started/ciaaw.html

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions docs/0-getting_started/examples.html

Large diffs are not rendered by default.

486 changes: 486 additions & 0 deletions docs/0-getting_started/index.html

Large diffs are not rendered by default.

514 changes: 514 additions & 0 deletions docs/0-getting_started/pyciaaw.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions docs/1-user_guide/ciaaw_saw.html

Large diffs are not rendered by default.

480 changes: 480 additions & 0 deletions docs/1-user_guide/index.html

Large diffs are not rendered by default.

514 changes: 514 additions & 0 deletions docs/2-releases/0.1.0.html

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions docs/2-releases/0.2.0.html

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions docs/2-releases/index.html

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions docs/3-api/ciaaw.html

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions docs/3-api/index.html

Large diffs are not rendered by default.

507 changes: 507 additions & 0 deletions docs/3-api/pyciaaw.html

Large diffs are not rendered by default.

751 changes: 751 additions & 0 deletions docs/3-api/raw_data.html

Large diffs are not rendered by default.

676 changes: 676 additions & 0 deletions docs/_downloads/a3e9e0886b7059d4c553af028824283a/LICENSE.txt

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions docs/_downloads/aeeecbf1565d1f259d485137e17b99fb/LICENSE.txt

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added docs/_images/logo-ciaaw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/_sources/0-getting_started/ciaaw.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ciaaw
==============

.. image:: ../media/logo-ciaaw.png
:width: 200
:align: center

.. include:: ../../../../README.rst
:start-after: readme_inclusion_start
:end-before: readme_inclusion_end

How to install
^^^^^^^^^^^^^^^^^

.. include:: ../../../../INSTALL.rst

Dependencies
^^^^^^^^^^^^^^^^^

.. literalinclude:: ../../../../REQUIREMENTS.txt

License
^^^^^^^^^^^^^^^^^

:download:`GNU General Public License v3 (GPLv3) <../../../../LICENSE.txt>`
24 changes: 24 additions & 0 deletions docs/_sources/0-getting_started/examples.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
********
Examples
********


Example in Fortran
====================

.. literalinclude:: ../../../../example/example_in_f.f90
:language: fortran

Example in C
=============

.. literalinclude:: ../../../../example/example_in_c.c
:language: C


Example in Python
==================

.. literalinclude:: ../../../../example/example_in_py.py
:language: python
:lines: 4-
16 changes: 16 additions & 0 deletions docs/_sources/0-getting_started/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
###############
Getting Started
###############

.. only:: html

PDF documentation: :download:`ciaaw <../../build/latex/ciaaw.pdf>`.

Sources: https://github.com/MilanSkocic/ciaaw

.. toctree::
:maxdepth: 1

ciaaw.rst
pyciaaw.rst
examples.rst
22 changes: 22 additions & 0 deletions docs/_sources/0-getting_started/pyciaaw.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*******
pyciaaw
*******

.. include:: ../../../../pywrapper/README.rst
:start-after: readme_inclusion_start
:end-before: readme_inclusion_end

How to install
===============

.. include:: ../../../../pywrapper/INSTALL.rst

Dependencies
===============

.. literalinclude:: ../../../../pywrapper/requirements.txt

License
===============

:download:`GNU General Public License v3 (GPLv3) <../../../../pywrapper/LICENSE.txt>`
18 changes: 18 additions & 0 deletions docs/_sources/1-user_guide/ciaaw_saw.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
***********************
Standard Atomic Weights
***********************

The standard atomic weights (or realtive atomic mass), :math:`A_r(E)`,
are extracted from table 1 in :cite:t:`prohaska2022-0`. For the elements
that feature an interval for the standard atomic weight, the mean value and the uncertainty are computed
using formulas defined in :cite:t:`veen2021-0`:

.. math::
A_r(E) = \frac{a+b}{2}
u(A_r(E)) = \frac{b-a}{2\sqrt{3}}
The standard atomic weights are a dimensionless quantity and thus they need to be multiplied by
the molar mass constant :math:`M_u=0.999 999 999 65 \pm 0.000 000 000 30 g.mol^{-1}`
in order to get the value in :math:`g.mol^{-1}`.
8 changes: 8 additions & 0 deletions docs/_sources/1-user_guide/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
##########
User Guide
##########

.. toctree::
:maxdepth: 1

ciaaw_saw.rst
29 changes: 29 additions & 0 deletions docs/_sources/2-releases/0.1.0.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
*****
0.1.0
*****

Summary
=======

* All elements from the periodic table added for the saw module.
* They are implemented as parameter derived type.


Download
========

`ciaaw <https://github.com/MilanSkocic/ciaaw/releases>`_

`pyciaaw <https://pypi.org/project/pyciaaw>`_


Contributors
============

Milan Skocic


Commits
=======

Full Changelog: https://github.com/MilanSkocic/ciaaw/compare/....0.1.0
30 changes: 30 additions & 0 deletions docs/_sources/2-releases/0.2.0.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
*****
0.2.0
*****

Summary
=======

* All elements from the periodic table added for the saw module.
* They are implemented as parameter derived type.
* Fix error in phosphorus name.


Download
========

`ciaaw <https://github.com/MilanSkocic/ciaaw/releases>`_

`pyciaaw <https://pypi.org/project/pyciaaw>`_


Contributors
============

Milan Skocic


Commits
=======

Full Changelog: https://github.com/MilanSkocic/ciaaw/compare/0.1.0...0.2.0
9 changes: 9 additions & 0 deletions docs/_sources/2-releases/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#############
Release Notes
#############

.. toctree::
:maxdepth: 1

0.2.0.rst
0.1.0.rst
13 changes: 13 additions & 0 deletions docs/_sources/3-api/ciaaw.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*****
ciaaw
*****

.. only:: html

`Fortran and C API <../doxygen/index.html>`_

PDF version: :download:`Fortran and C API <../../../doxygen/build/latex/refman.pdf>`.

.. only:: latex

`Fortran and C API <https://milanskocic.github.io/ciaaw/3-api/ciaaw.html>`_
10 changes: 10 additions & 0 deletions docs/_sources/3-api/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###
API
###

.. toctree::
:maxdepth: 1

ciaaw.rst
pyciaaw.rst
raw_data.rst
20 changes: 20 additions & 0 deletions docs/_sources/3-api/pyciaaw.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
*******
pyciaaw
*******

.. automodule:: pyciaaw

SAW (Standard atomic weights)
===============================

pyciaaw.saw
===========

.. automodule:: pyciaaw.saw_latest
:members:

pyciaaw.saw_2021
================

.. automodule:: pyciaaw.saw_2021
:members:
12 changes: 12 additions & 0 deletions docs/_sources/3-api/raw_data.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
********
Raw data
********

Latest
======

.. literalinclude:: ../../../../srcgen/ciaaw_saw/saw_latest.txt

2018
====
.. literalinclude:: ../../../../srcgen/ciaaw_saw/saw_2021.txt
21 changes: 21 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#####
ciaaw
#####

.. toctree::
:maxdepth: 1
:caption: Contents:

0-getting_started/index.rst
1-user_guide/index.rst
2-releases/index.rst
3-api/index.rst
references/index.rst


.. only:: html

Search
==================

* :ref:`search`
11 changes: 11 additions & 0 deletions docs/_sources/references/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. only:: html

Bibliography
=============================


.. toctree::
:maxdepth: 2


.. bibliography::
Loading

0 comments on commit e1018ed

Please sign in to comment.