-
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
Showing
27 changed files
with
1,755 additions
and
12 deletions.
There are no files selected for viewing
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
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
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 @@ | ||
.. module:: drevalpy | ||
|
||
.. automodule:: drevalpy | ||
:noindex: | ||
|
||
API | ||
=== | ||
|
||
Import DrEvalPy using | ||
|
||
.. code-block:: python | ||
import drevalpy as dep | ||
.. | ||
Models module: :code:`models` | ||
------------------------- | ||
.. module:: devalpy.models | ||
|
||
.. currentmodule:: drevalpy | ||
|
||
Available models | ||
~~~~~~~~~~~~~~~~ | ||
|
||
.. autosummary:: | ||
:toctree: api/models | ||
|
||
models.baselines | ||
models.BiGDRP |
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,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line. | ||
SPHINXOPTS = | ||
SPHINXBUILD = python -msphinx | ||
SPHINXPROJ = drevalpy | ||
SOURCEDIR = . | ||
BUILDDIR = _build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
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 @@ | ||
.. sidebar:: Key Contributors | ||
|
||
* `Judith Bernett <https://github.com/JudithBernett>`_: developer, maintainer | ||
* `Pascal Iversen <https://github.com/PascalIversen>`_: developer, maintainer | ||
* `Mario Picciani <https://github.com/picciama>`_: developer | ||
* `Markus List <https://github.com/mlist>`_: advisor and PI of daisybio | ||
* `Katharina Baum <https://github.com/kathbaum>`_: advisor and PI of DILiS | ||
* `Mathias Wilhelm <https://github.com/mwilhelm42>`_: advisor and PI of wilhelmlab |
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,45 @@ | ||
@import "basic.css"; | ||
|
||
.wy-nav-content { | ||
max-width: 1200px; | ||
} | ||
|
||
.wy-side-nav-search { | ||
background-color: inherit; | ||
} | ||
|
||
table.align-default { | ||
text-align: left; | ||
} | ||
|
||
.autosummary th:first-child, | ||
.autosummary td:first-child { | ||
min-width: 250px; | ||
} | ||
|
||
.autosummary th:first-child, | ||
.autosummary td:first-child { | ||
min-width: 400px; | ||
} | ||
|
||
.autosummary th:last-child, | ||
.autosummary td:last-child { | ||
width: 100%; | ||
} | ||
|
||
.fixed-table { | ||
margin-left: 0; | ||
} | ||
|
||
.wy-table-responsive table th p, | ||
.wy-table-responsive table td p { | ||
white-space: normal; | ||
} | ||
|
||
.autosummary { | ||
margin-left: 0 !important; | ||
} | ||
|
||
.date { | ||
font-size: 50%; | ||
} |
Binary file not shown.
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.
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,5 @@ | ||
:github_url: {{ fullname | modurl }} | ||
|
||
{% extends "!autosummary/base.rst" %} | ||
|
||
.. http://www.sphinx-doc.org/en/stable/ext/autosummary.html#customizing-templates |
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,6 @@ | ||
drevalpy.models.BiGDRP | ||
====================== | ||
|
||
.. automodule:: drevalpy.models.BiGDRP | ||
|
||
|
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,6 @@ | ||
drevalpy.models.baselines | ||
========================= | ||
|
||
.. automodule:: drevalpy.models.baselines | ||
|
||
|
Oops, something went wrong.