-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8729255
commit dc6c143
Showing
70 changed files
with
7,690 additions
and
13 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
docs/_downloads/537a06a1baeb7fba25a9cf319048af82/codata.pdf
Binary file not shown.
676 changes: 676 additions & 0 deletions
676
docs/_downloads/a3e9e0886b7059d4c553af028824283a/LICENSE.txt
Large diffs are not rendered by default.
Oops, something went wrong.
674 changes: 674 additions & 0 deletions
674
docs/_downloads/aeeecbf1565d1f259d485137e17b99fb/LICENSE.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
API | ||
================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
codata.rst | ||
pycodata.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
codata | ||
============== | ||
|
||
.. image:: ../media/logo-codata.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>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Getting Started | ||
================ | ||
|
||
.. only:: html | ||
|
||
PDF documentation: :download:`codata <../../build/latex/codata.pdf>`. | ||
|
||
Sources: https://github.com/MilanSkocic/codata | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
codata.rst | ||
pycodata.rst | ||
examples.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
pycodata | ||
========================= | ||
|
||
.. 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>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Welcome to codata documentation! | ||
========================================================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
getting_started/index.rst | ||
releases/index.rst | ||
api/index.rst | ||
|
||
|
||
.. only:: html | ||
|
||
Search | ||
================== | ||
|
||
* :ref:`search` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Codata 0.1.0 Release Note | ||
=============================== | ||
|
||
Changes | ||
-------------- | ||
|
||
Implementation of: | ||
|
||
* the parser of the codata raw data | ||
* the generator of the Fortran modules | ||
* the C API and C header | ||
* the python wrapper (will be moved to its repository next release). | ||
|
||
Download | ||
------------------ | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
Contributors | ||
---------------- | ||
|
||
Milan Skocic | ||
|
||
|
||
Commits | ||
--------------------- | ||
|
||
Full Changelog: https://github.com/MilanSkocic/codata/compare/....0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Codata 0.2.0 Release Note | ||
============================= | ||
|
||
Changes | ||
----------------------------- | ||
|
||
* Bug fixes for the codata 2010. | ||
* Bug fixes in the tests linked to the codata 2010. | ||
* Add python wrapper for the number of constants method. | ||
|
||
Download | ||
----------------------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
Contributors | ||
----------------------------- | ||
|
||
Milan Skocic | ||
|
||
|
||
Commits | ||
----------------------------- | ||
|
||
Full Changelog: https://github.com/MilanSkocic/codata/compare/0.1.0...0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Codata 0.2.1 Release Note | ||
============================= | ||
|
||
Changes | ||
---------------------------- | ||
|
||
* Integration of Intel Fortran compiler and MSVC in cmake scripts. | ||
* Add specifications and instructions for compiling on Windows | ||
|
||
Download | ||
---------------------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
Contributors | ||
---------------------------- | ||
|
||
Milan Skocic | ||
|
||
|
||
Commits | ||
---------------------------- | ||
|
||
Full Changelog: https://github.com/MilanSkocic/codata/compare/0.2.0...0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Codata 0.3.0 Release Note | ||
=========================================== | ||
|
||
Changes | ||
------------------------------------------- | ||
|
||
* Only last codata constants. | ||
|
||
Download | ||
------------------------------------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
Contributors | ||
------------------------------------------- | ||
|
||
Milan Skocic | ||
|
||
|
||
Commits | ||
------------------------------------------- | ||
|
||
Full Changelog: https://github.com/MilanSkocic/codata/compare/0.2.1...0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Codata 0.4.0 Release Note | ||
=========================================== | ||
|
||
Changes | ||
------------------------------------------- | ||
|
||
* Bring back pywrapper in the codata repository to sync versions. | ||
* Improvements of the documentation. | ||
|
||
Download | ||
------------------------------------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
Contributors | ||
------------------------------------------- | ||
|
||
Milan Skocic | ||
|
||
|
||
Commits | ||
------------------------------------------- | ||
|
||
Full Changelog: https://github.com/MilanSkocic/codata/compare/0.3.0...0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Codata 0.5.0 Release Note | ||
============================ | ||
|
||
Changes | ||
---------------------------- | ||
|
||
* Changed the complete approach by not generating a library but only source files for different languages. | ||
* Available languages: Fortran, C, python, CPython | ||
|
||
Download | ||
---------------------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
|
||
|
||
Contributors | ||
---------------------------- | ||
|
||
Milan Skocic | ||
|
||
Commits | ||
---------------------------- | ||
|
||
**Full Changelog**: https://github.com/MilanSkocic/codata/compare/0.4.0...0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Codata 0.6.0 Release Note | ||
============================ | ||
|
||
Changes | ||
--------------- | ||
|
||
* Created documentation. | ||
* Fixed missing uncertainties for Cpython. | ||
|
||
Download | ||
--------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
|
||
Contributors | ||
--------------- | ||
Milan Skocic | ||
|
||
Commits | ||
--------- | ||
|
||
**Full Changelog**: https://github.com/MilanSkocic/codata/compare/0.5.0...0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Codata 0.7.0 Release Note | ||
============================ | ||
|
||
Changes | ||
--------------- | ||
|
||
* Migrate documentation from doxygen to sphinx+breathe. | ||
* Add YEAR constant indicating the year of the codata constants. | ||
* Refractoring | ||
|
||
Download | ||
--------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
|
||
Contributors | ||
--------------- | ||
Milan Skocic | ||
|
||
Commits | ||
--------- | ||
|
||
**Full Changelog**: https://github.com/MilanSkocic/codata/compare/0.6.0...0.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Codata 0.7.1 Release Note | ||
============================ | ||
|
||
Summary | ||
--------------- | ||
|
||
* Minor fixes in generator code | ||
* Add automatic copy of c sources for the python wrapper. | ||
|
||
Download | ||
--------------- | ||
|
||
`Codata Releases <https://github.com/MilanSkocic/codata/releases>`_ | ||
|
||
`PYPI <https://pypi.org/project/pycodata>`_ | ||
|
||
|
||
Contributors | ||
--------------- | ||
Milan Skocic | ||
|
||
Commits | ||
--------- | ||
|
||
**Full Changelog**: https://github.com/MilanSkocic/codata/compare/0.7.0...0.7.1 |
Oops, something went wrong.