Giter Site home page Giter Site logo

Comments (5)

vsoch avatar vsoch commented on May 29, 2024

Oh thanks for pointing this out! It was just a convention I used to do to have the index in the main root, but given jekyll and having the path set in the file, it wouldn't hurt to put it under pages (and unbreak the link!) I will definitely fix this up, likely later tonight or early tomorrow - thanks for the catch!

from sci-f.github.io.

bjoyce3 avatar bjoyce3 commented on May 29, 2024

No problem at all! If you think it should be moved to pages, I can do that and submit a PR. I've been reading your docs about the filesystem because we're wrestling with containers + data distribution + reproducibility over here at CyVerse. I have some really minor edits too if that's alright.

Also: Hi! My name is Blake. I work at CyVerse. Long time fan (ever since I saw your slides about 'Singularity: just give them the sandwich'), first time GitHub issue and PRer.

from sci-f.github.io.

vsoch avatar vsoch commented on May 29, 2024

That would be fantastic! I'm just breaking for dinner so the PR would be greatly appreciated, and definitely put in all the edits! Since it's your first PR I can definitely help you out a bit. You generally want to:

  1. fork the repository, so it's under bjoyce3/sci-f.github.io (button in top right to FORK)
  2. clone your fork to your computer
git clone [email protected]:bjoyce3/sci-f.github.io.git

The above is for ssh, you can change it to be https if that is your method

Then you want to checkout a branch for your feature

git checkout -b update/index-location

Then make the changes, do your work, and commit with a message

git commit -a -m 'making changes...'

Then push to the branch of your fork

git push origin update/index-location

Then in the interface here, click Pull Requests (tab) and open a new one - it should be your branch update/index-location to this master. You can write a good summary of changes, check over the files tab to see that it's correct, then when you submit we talk about it! That's it!

Nice to meet you too! I think I ran into the same issues and TLDR came up with SCIF. I would definitely love to help out however I can! Although I need to eat dinner, haha.

from sci-f.github.io.

vsoch avatar vsoch commented on May 29, 2024

@bjoyce3 I made the quick change to address the issue, and please open a PR if you want to make those additional tweaks. Thanks again!

from sci-f.github.io.

vsoch avatar vsoch commented on May 29, 2024

ah and the bug wasn't the location of index, but this guy!

--> e62d1c6

The old repository (served with https://github.com/vsoch/scif) used to serve the docs in a "docs" folder, and I moved it over here and neglected the link! It looks like the rest of the links are ok, at least for now until we find one that is not :)

from sci-f.github.io.

Related Issues (8)

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.