Skip to content

Commit caaf3f2

Browse files
committed
Add main page.
1 parent e0f6ddf commit caaf3f2

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

conf.py

+15-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Data about this site
1919
BLOG_AUTHOR = "spikeinterface team" # (translatable)
20-
BLOG_TITLE = "spikeinterfcae report" # (translatable)
20+
BLOG_TITLE = "spikeinterface report" # (translatable)
2121
# This is the main URL for your site. It will be used
2222
# in a prominent link. Don't forget the protocol (http/https)!
2323
SITE_URL = "https://SpikeInterface.github.io/"
@@ -139,10 +139,13 @@
139139

140140
NAVIGATION_LINKS = {
141141
DEFAULT_LANG: (
142-
("/archive.html", "Archive"),
143-
("/categories/", "Tags"),
144-
("/rss.xml", "RSS feed"),
145-
),
142+
#~ ("/archive.html", "Archive"),
143+
#~ ("/categories/", "Tags"),
144+
#~ ("/rss.xml", "RSS feed"),
145+
146+
("/index.html", "Home"),
147+
148+
),
146149
}
147150

148151
# Alternative navigation links. Works the same way NAVIGATION_LINKS does,
@@ -153,7 +156,8 @@
153156
}
154157

155158
# Name of the theme to use.
156-
THEME = "bootblog4"
159+
# THEME = "bootblog4"
160+
THEME = "bootstrap4"
157161

158162
# Primary color of your theme. This will be used to customize your theme.
159163
# Must be a HEX value.
@@ -649,7 +653,11 @@
649653

650654
# Whether or not github_deploy should commit to the source branch automatically
651655
# before deploying.
652-
GITHUB_COMMIT_SOURCE = True
656+
# GITHUB_COMMIT_SOURCE = True
657+
658+
# samuel garcia : we can push src independently with this
659+
GITHUB_COMMIT_SOURCE = False
660+
653661

654662
# Where the output site should be located
655663
# If you don't use an absolute path, it will be considered as relative

images/logo.png

17.5 KB
Loading

pages/index.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. title: index
2+
.. slug: index
3+
.. date: 2020-01-06 11:37:28 UTC+01:00
4+
.. tags:
5+
.. category:
6+
.. link:
7+
.. description:
8+
.. type: text
9+
10+
11+
.. image:: /images/logo.png
12+
:align: right
13+
:height: 200 pt
14+
15+
spikeinterface report is a collection of notebook that :
16+
17+
* demonstrate what can be done with the spiekinetrface tool
18+
* show detailed benchmark for spike sorter
19+
* serve as a sandbox for future benchmark that can be integrated in spikeforest
20+
* test some idea
21+
22+
23+

0 commit comments

Comments
 (0)