Skip to content

Commit

Permalink
deploy: 9e78fa7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini committed Dec 7, 2023
0 parents commit 6fe7111
Show file tree
Hide file tree
Showing 166 changed files with 13,368 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +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: f1094c962fccf8c9cf0892ec70f3cc1f
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/autoapi/deepmr/deepmr/index.doctree
Binary file not shown.
Binary file added .doctrees/autoapi/deepmr/index.doctree
Binary file not shown.
Binary file added .doctrees/autoapi/index.doctree
Binary file not shown.
Binary file added .doctrees/changelog.doctree
Binary file not shown.
Binary file added .doctrees/conduct.doctree
Binary file not shown.
Binary file added .doctrees/contributing.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/example.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
6 changes: 6 additions & 0 deletions _sources/autoapi/deepmr/deepmr/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:py:mod:`deepmr.deepmr`
=======================

.. py:module:: deepmr.deepmr
22 changes: 22 additions & 0 deletions _sources/autoapi/deepmr/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:py:mod:`deepmr`
================

.. py:module:: deepmr
Submodules
----------
.. toctree::
:titlesonly:
:maxdepth: 1

deepmr/index.rst


Package Contents
----------------

.. py:data:: __version__
11 changes: 11 additions & 0 deletions _sources/autoapi/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
API Reference
=============

This page contains auto-generated API reference documentation [#f1]_.

.. toctree::
:titlesonly:

/autoapi/deepmr/index

.. [#f1] Created with `sphinx-autoapi <https://github.com/readthedocs/sphinx-autoapi>`_
2 changes: 2 additions & 0 deletions _sources/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CHANGELOG.md
```
2 changes: 2 additions & 0 deletions _sources/conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CONDUCT.md
```
2 changes: 2 additions & 0 deletions _sources/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CONTRIBUTING.md
```
45 changes: 45 additions & 0 deletions _sources/example.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# Example usage\n",
"\n",
"To use `deepmr` in a project:"
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": null,
"source": [
"import deepmr\n",
"\n",
"print(deepmr.__version__)"
],
"outputs": [],
"metadata": {}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
10 changes: 10 additions & 0 deletions _sources/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```{include} ../README.md
```

```{toctree}
:maxdepth: 1
:hidden:
example.ipynb
autoapi/index
```
Loading

0 comments on commit 6fe7111

Please sign in to comment.