Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs with added lines in yml #346

Closed
wants to merge 10 commits into from
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.7"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand Down
4 changes: 3 additions & 1 deletion docs/python/tutorials/plot_tutorial_01_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

###################################################################
# Lets have a look at the cortical thickness data. To do this,
# we will use the surface plotter included with BrainSpace.
# we will use the surface plotter included with BrainSpace. As we'll
# be plotting data onto these hemispheres quite often in this tutorial
# we'll create a simple function for it and plot mean thickness here.
import numpy as np
from brainspace.plotting import plot_hemispheres

Expand Down
Loading