Skip to content

Commit

Permalink
Eliminate quotation mark from repo description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Fernández Fernández committed Jul 18, 2023
1 parent 878f544 commit 636c06d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
This file will be overwritten by `index.ipynb`
# SPIVAE

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install SPIVAE
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

2
1 change: 1 addition & 0 deletions SPIVAE/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.1"
8 changes: 8 additions & 0 deletions SPIVAE/_modidx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Autogenerated by nbdev

d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/SPIVAE',
'doc_host': 'https://GabrielFernandezFernandez.github.io',
'git_url': 'https://github.com/GabrielFernandezFernandez/SPIVAE',
'lib_path': 'SPIVAE'},
'syms': {'SPIVAE.core': {'SPIVAE.core.foo': ('core.html#foo', 'SPIVAE/core.py')}}}
2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": [
"# SPIVAE\n",
"\n",
"> Stochastic processes insights from VAE. Code for the paper "Learning minimal representations of stochastic processes with variational autoencoders"."
"> Stochastic processes insights from VAE. Code for the paper: Learning minimal representations of stochastic processes with variational autoencoders."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/nbdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ project:
website:
title: "SPIVAE"
site-url: "https://GabrielFernandezFernandez.github.io/SPIVAE"
description: "Stochastic processes insights from VAE. Code for the paper "Learning minimal representations of stochastic processes with variational autoencoders"."
description: "Stochastic processes insights from VAE. Code for the paper: Learning minimal representations of stochastic processes with variational autoencoders."
repo-branch: main
repo-url: "https://github.com/GabrielFernandezFernandez/SPIVAE"
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ audience = Developers
author = Gabriel Fernández Fernández
author_email = gabriel.fernandez@icfo.eu
copyright = 2023 onwards, %(author)s
description = Stochastic processes insights from VAE. Code for the paper "Learning minimal representations of stochastic processes with variational autoencoders".
keywords = Unsupervised, Machine Learning, Variational Autoencoder, Feature Learning, Representation Learning, Autoregressive Model, Data Analysis, Knowledge Discovery, Interpretability, Anomalous Diffusion, Single Trajectory Characterization, Time Series, Stochastic Model, Brownian Motion, Fractional Brownian Motion, Scaled Brownian Motion, nbdev, jupyter, notebook, python
description = Stochastic processes insights from VAE. Code for the paper: Learning minimal representations of stochastic processes with variational autoencoders.
keywords = nbdev jupyter notebook python
language = English
status = 3
user = GabrielFernandezFernandez

### Optional ###
requirements = fastai andi-datasets>=2.0
# requirements = fastcore pandas
# dev_requirements =
# console_scripts =

0 comments on commit 636c06d

Please sign in to comment.