Code Monkey home page Code Monkey logo

2024-uzh-installation-guide's Introduction

Module: Installation Guide for Programming Practices for Research Students

GitHub Pages lifecycle lifecycle

Meta-Information

Editing the Site

To edit information displayed on the webpage, edit the markdown documents in docs. Each .md corresponds to one subpage of the webpage. The general structure of the entire webpage is provided by mkdocs.yml. To add a new subpage, add it at the desired position in mkdocs.yml and create the .md file in docs.

Building the Site

The site is rendered using MkDocs and build using GitHub actions.

If you want to build the site locally on your machine:

  • Change your working directory to this one, and then create an environment with the necessary packages:
conda env create -f environment.yml -n <env_name>
  • Look at a copy of the site served locally on your machine:
mkdocs serve

If you want to host the website on GitHub pages:

  • Change your working directory to this one and run:
mkdocs gh-deploy
  • Behind the scenes, MkDocs will build your docs and use the ghp-import tool to commit them to the gh-pages branch and push the gh-pages branch to GitHub.

  • Now navigate to 'Settings' in the GitHub repository and make sure 'Build and Deployment' has its source set to 'Deploy from a branch' and choose the 'gh-pages' branch with 'root' as the folder origin.

  • After a short period of time the website should be available.

License

All materials are licensed under a Creative Commons CC-SA license. The license allows you to copy, remix and redistribute any of our publicly available materials, under the condition that you attribute the work (details in the license). More information is available here

Suggested Citation

The suggested citation for the course materials is:

Julius Schäper, 2024, Installation Guide, Programming Practices for Research in Economics, University of Zurich

If you find the installation guide useful - please drop us a line and say so - [email protected]

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

2024-uzh-installation-guide's People

Contributors

lachlandeer avatar bergmul avatar jfschaeper avatar stanmart avatar carlozanella 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.