Skip to content

Commit

Permalink
Hide unused Extras pages
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Jan 9, 2020
1 parent fcbef7c commit 036471e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ RMD_SRC = $(wildcard _episodes_rmd/??-*.Rmd)
RMD_DST = $(patsubst _episodes_rmd/%.Rmd,_episodes/%.md,$(RMD_SRC))

# Lesson source files in the order they appear in the navigation menu.
# Some unused *.md files have been renamed *.md.unused so they are not displayed
# Remove the '.unused' suffix to include this content
MARKDOWN_SRC = \
index.md \
CODE_OF_CONDUCT.md \
Expand Down
4 changes: 2 additions & 2 deletions _extras/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About ml4bio
title: About ml4bio software
---
{% include links.md %}

Expand All @@ -21,7 +21,7 @@ This is a popular general purpose machine learning package.
When you use the ml4bio graphical interface, it calls functions in scikit-learn to train classifiers and make predictions.

### Advanced users
Advanced users who already have Python installed can install the [required packages](../scripts/README.md) through pip.
Advanced users who already have Python installed can install the [required packages](https://github.com/gitter-lab/ml-bio-workshop/blob/master/scripts/README.md) through pip.
Then launch ml4bio from the command line with the command `ml4bio`.

### A quick tour
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 036471e

Please sign in to comment.