From 3faed9066bb5a396d11298196f498e9892730a14 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 28 Feb 2020 11:09:12 +0100 Subject: [PATCH] update docs conf. --- .gitignore | 4 ++++ README.md | 2 +- docs/requirements.txt | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e41d57..86a5486 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ __pycache__ docs/build/* !docs/build/latex/*.pdf docs/log* + +*.egg-info +dist/ +build/ diff --git a/README.md b/README.md index 23870d8..e31046a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Check this paper for detailed description of graph kernels and experimental resu Linlin Jia, Benoit Gaüzère, and Paul Honeine. Graph Kernels Based on Linear Patterns: Theoretical and Experimental Comparisons. working paper or preprint, March 2019. URL https://hal-normandie-univ.archives-ouvertes.fr/hal-02053946. -A comparison of performances of graph kernels on benchmark datasets can be found [here](https://graphkit-learn.readthedocs.io/en/master/index.html#experiments). +A comparison of performances of graph kernels on benchmark datasets can be found [here](https://graphkit-learn.readthedocs.io/en/master/experiments.html). ## References [1] Thomas Gärtner, Peter Flach, and Stefan Wrobel. On graph kernels: Hardness results and efficient alternatives. Learning Theory and Kernel Machines, pages 129–143, 2003. diff --git a/docs/requirements.txt b/docs/requirements.txt index 142a838..5218940 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,4 @@ +sphinx m2r +nbsphinx +ipykernel