Skip to content

Commit

Permalink
Merge pull request #21 from ubermag/metadata-update
Browse files Browse the repository at this point in the history
metadata-update
  • Loading branch information
lang-m committed Sep 27, 2021
2 parents 0ce4928 + 9024db5 commit 38e254b
Show file tree
Hide file tree
Showing 22 changed files with 944 additions and 1,162 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.#*
*#
.DS_Store
docs/ipynb/*
!docs/ipynb/*.ipynb
docs/*
!docs/*.ipynb
docs/_build
.cache
.coverage
Expand Down
8 changes: 0 additions & 8 deletions .readthedocs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT=ubermagtable
IPYNBPATH=docs/ipynb/*.ipynb
IPYNBPATH=docs/*.ipynb
PYTHON?=python

test-unittests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| Coverage | [![codecov](https://codecov.io/gh/ubermag/ubermagtable/branch/master/graph/badge.svg?token=hcK4fofmrL)](https://codecov.io/gh/ubermag/ubermagtable) |
| Documentation | [![Documentation](https://img.shields.io/badge/Docs-ubermag.github.io-blue)](https://ubermag.github.io/documentation/ubermagtable.html) |
| YouTube | [![YouTube](https://img.shields.io/badge/YouTube-ubermag-blue)](https://www.youtube.com/channel/UC7MSqVQSMFV42R1jAYmKGLg) |
| Binder | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ubermag/ubermagtable/stable?urlpath=lab/tree/docs/ipynb/index.ipynb)|
| Binder | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ubermag/ubermagtable/stable?urlpath=lab/tree/docs/index.ipynb) |
| Platforms | [![Platforms](https://anaconda.org/conda-forge/ubermagtable/badges/platforms.svg)](https://anaconda.org/conda-forge/ubermagtable) |
| Downloads | [![Downloads](https://anaconda.org/conda-forge/ubermagtable/badges/downloads.svg)](https://anaconda.org/conda-forge/ubermagtable) |
| License | [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) |
Expand Down
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

41 changes: 0 additions & 41 deletions docs/_templates/class-template.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/_templates/module-template.rst

This file was deleted.

79 changes: 0 additions & 79 deletions docs/conf.py

This file was deleted.

File renamed without changes.
14 changes: 0 additions & 14 deletions docs/index.rst

This file was deleted.

File renamed without changes.
503 changes: 0 additions & 503 deletions docs/ipynb/table-interactive-plot.ipynb

This file was deleted.

298 changes: 0 additions & 298 deletions docs/ipynb/table-visualisation.ipynb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ODT 1.0
# Table Start
# Title: mmArchive Data Table, Wed Sep 15 09:54:25 CEST 2021
# Title: mmArchive Data Table, Mon Sep 27 17:16:54 CEST 2021
# Columns: {Oxs_RungeKuttaEvolve:evolver:Total energy} {Oxs_RungeKuttaEvolve:evolver:Energy calc count} {Oxs_RungeKuttaEvolve:evolver:Max dm/dt} Oxs_RungeKuttaEvolve:evolver:dE/dt {Oxs_RungeKuttaEvolve:evolver:Delta E} Oxs_FixedZeeman:zeeman:Energy Oxs_TimeDriver::Iteration {Oxs_TimeDriver::Stage iteration} Oxs_TimeDriver::Stage Oxs_TimeDriver::mx Oxs_TimeDriver::my Oxs_TimeDriver::mz {Oxs_TimeDriver::Last time step} {Oxs_TimeDriver::Simulation time}
# Units: J {} deg/ns J/s J J {} {} {} {} {} {} s s
-4.4007616478200001e-22 37 25204.415522200001 -8.7987120542e-10 -3.26961235137e-22 -4.4007616478200001e-22 6 6 0 0.975900701403 0.21711461093600001 0.0218875928006 3.7150172413700002e-13 4.9999999999999999e-13
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions docs/ipynb/table-basics.ipynb → docs/table-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"import ubermagtable as ut\n",
"\n",
"# Sample OOMMF .odt file\n",
"dirname = os.path.join('..', '..', 'ubermagtable', 'tests', 'test_sample')\n",
"dirname = os.path.join('..', 'ubermagtable', 'tests', 'test_sample')\n",
"odtfile = os.path.join(dirname, 'oommf-new-file2.odt')\n",
"\n",
"table = ut.Table.fromfile(odtfile)"
Expand Down Expand Up @@ -1166,7 +1166,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1180,7 +1180,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
File renamed without changes.
503 changes: 503 additions & 0 deletions docs/table-interactive-plot.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/ipynb/table-merge.ipynb → docs/table-merge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"import ubermagtable as ut\n",
"\n",
"# Sample .odt file\n",
"dirname = os.path.join('..', '..', 'ubermagtable', 'tests', 'test_sample')\n",
"dirname = os.path.join('..', 'ubermagtable', 'tests', 'test_sample')\n",
"odtfile1 = os.path.join(dirname, 'oommf-old-file1.odt')\n",
"odtfile2 = os.path.join(dirname, 'oommf-old-file2.odt')\n",
"\n",
Expand Down Expand Up @@ -198,7 +198,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -212,7 +212,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
298 changes: 298 additions & 0 deletions docs/table-visualisation.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 38e254b

Please sign in to comment.