Coder Social home page Coder Social logo

handbook's Introduction

Persson Group Handbook

This is the repo for the Persson Group's handbook site, which contains useful information for postdocs and students. The site is hosted on Github Pages, which is powered by Jekyll.

Contributing

To contribute to the handbook, please fork this repo and make your changes in that branch. After you are happy with your changes, submit a pull request with a short note about the changes you made. Committing directly to this branch is not recommended unless the change is small (fixing typos, etc) or you really know what you're doing. Persson group members should feel free to merge their own pull requests.

How to add content to the site

Each page on the site is a markdown file in the "content" folder of this repo (i.e. "students.md" specifies the content that is found at perssongroup.github.io/handbook/content/students). To add content to a page, all you have to do is edit that markdown file. You can find a nice markdown tutorial here: https://guides.github.com/features/mastering-markdown/

Local Testing

To test your changes locally, install the contents of the requirements.txt file

pip install -r requirements.txt

Then serve the docs using the following command.

mkdocs serve

Once the server starts up, visit 127.0.0.1:8000/

Deploying

To deploy the mkdocs to perssongroup.github.io/handbook, ensure you have the materialsproject/master branch on your computer. If not, run the following lines of code

git clone [email protected]:perssongroup/handbook.git
cd handbook
pip install -r requirements.txt

or

git clone https://github.com/perssongroup/handbook.git
cd handbook
pip install -r requirements.txt

To build and deploy the docs, run the command

mkdocs gh-deploy --clean

Where is all the content that used to be here?

The stuff that was previously in the README file is now in index.md.

handbook's People

Contributors

jdagdelen avatar sivonxay avatar acrutt avatar kdfong avatar mattmcdermott avatar kmu avatar rkingsbury avatar

Watchers

James Cloos avatar

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.