generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #550 from MannLabs/develop
Develop
- Loading branch information
Showing
63 changed files
with
24,645 additions
and
15,909 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
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,66 @@ | ||
repository: mannlabs/alphapept | ||
output: web | ||
topnav_title: alphapept | ||
site_title: alphapept | ||
company_name: Mann Labs | ||
description: A modular, python-based framework for mass spectrometry. | ||
# Set to false to disable KaTeX math | ||
use_math: true | ||
# Add Google analytics id if you have one and want to use it here | ||
google_analytics: | ||
# See http://nbdev.fast.ai/search for help with adding Search | ||
google_search: | ||
|
||
host: 127.0.0.1 | ||
# the preview server used. Leave as is. | ||
port: 4000 | ||
# the port where the preview is rendered. | ||
|
||
exclude: | ||
- .idea/ | ||
- .gitignore | ||
- vendor | ||
|
||
exclude: [vendor] | ||
|
||
highlighter: rouge | ||
markdown: kramdown | ||
kramdown: | ||
input: GFM | ||
auto_ids: true | ||
hard_wrap: false | ||
syntax_highlighter: rouge | ||
|
||
collections: | ||
tooltips: | ||
output: false | ||
|
||
defaults: | ||
- | ||
scope: | ||
path: "" | ||
type: "pages" | ||
values: | ||
layout: "page" | ||
comments: true | ||
search: true | ||
sidebar: home_sidebar | ||
topnav: topnav | ||
- | ||
scope: | ||
path: "" | ||
type: "tooltips" | ||
values: | ||
layout: "page" | ||
comments: true | ||
search: true | ||
tooltip: true | ||
|
||
sidebars: | ||
- home_sidebar | ||
|
||
plugins: | ||
- jekyll-remote-theme | ||
|
||
remote_theme: fastai/nbdev-jekyll-theme | ||
baseurl: / |
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,10 @@ | ||
topnav: | ||
- title: Topnav | ||
items: | ||
- title: github | ||
external_url: https://github.com/mannlabs/alphapept/tree/master/ | ||
|
||
#Topnav dropdowns | ||
topnav_dropdowns: | ||
- title: Topnav dropdowns | ||
folders: |
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
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 |
---|---|---|
|
@@ -70,7 +70,6 @@ | |
] | ||
}, | ||
{ | ||
"attachments": {}, | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
|
Oops, something went wrong.