GithubHelp home page GithubHelp logo

repronim / howwouldrepronim Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 3.0 5.82 MB

Sphinx for rendering the "How Would ReproNim Do That?" series of documents

License: MIT License

Makefile 0.57% CSS 1.62% HTML 5.77% Python 91.11% Batchfile 0.69% Shell 0.24%

howwouldrepronim's Introduction

HowWouldReproNim

Sphinx rendering of the "How Would ReproNim Do That?" series.

Building

Build the documentation:

# create a venv to not mess with anything else
virtualenv --python=python3.7 ~/env/repro
. ~/env/repro

# install from requirements.txt
pip install -r requirements.txt

# build the docs
make html

# view in browser
firefox _build/html/index.html

# build the PDF (this probably requires a lot of LaTeX stuff being installed,
# so no guarantee that it works out of the box ;-) 
make latexpdf

howwouldrepronim's People

Contributors

adswa avatar chaselgrove avatar dnkennedy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

howwouldrepronim's Issues

Volume 9 unresolved references

From #15 :

Unresolved references:

  • the last sentence of "In practice" (Windows users should consider using the Ubuntu subsystem (reference).)
  • the third sentence of "Step 2" (Instead we are going to utilize virtualization techniques (reference?))
  • also in "Step 2", the sentence "While it’s possible to build Windows containers (REFERENCE), macOS is not supported (not to say that maybe somewhere in northern California (no, not Napa Valley, a bit below) this exists)."

GitHub Stars (and link) point to DataLad

On the overview page: https://how-would.repronim.org/en/latest/index.html
in the left sidebar, under the ReproNim logo is a GitHub link and star counter display.

The link and star counter are for the DataLad handbook (https://github.com/datalad-handbook/book) which is nice, but probably not what we want. I presume that this should be the stars and link to https://github.com/ReproNim/HowWouldReproNim

I would have tried to fix this if I could have figures out where in hack that framing code lives...

This issue also exists in the left sidebbar of Volume 1 (and maybe other volumes, I've not checked yet).

Corrected concatenation

Hi all,

In step 5 the backslashes need to be removed, should be:

$ pynidm concat -nl "$(echo $(ls -1 */aseg_nidm.ttl) | tr " " "," )" -o allMTaseg.ttl

Volume 9 code formatting

From #15 :

@PeerHerholz writes: "there's same code here and there in the text and before I add those parts that are not rendered, we should talk about how we want to render it"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.