natverse / neuprintr

R client utilities for interacting with the neuPrint connectome analysis service
http://natverse.org/neuprintr
3 stars 3 forks source link

Feature/travis build docs #31

Closed jefferis closed 4 years ago

jefferis commented 4 years ago

There is now the option for travis to build the documentation automatically with every push. Since we also have a secure environment variable with a token to connect to neuprint.janelia.org on travis this means that the documentation can include examples against this server – and they will get built on travis. If you want you can wrap them in

\donntest{
# my example code
}

so that they don't extend the test time. Note that tests are also running on travis now.