Coder Social home page Coder Social logo

rse-ops / knowledge Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 4.68 MB

Research Software Engineering Ops Community Knowledge Base (under development)

Home Page: https://rse-ops.github.io/knowledge/

HTML 1.12% CSS 95.47% JavaScript 1.47% Makefile 0.15% Python 1.63% Batchfile 0.18%
rse-ops rseng knowledge knowledge-base rseng-community

knowledge's Introduction

Knowledge Base

Welcome to the RSE-ops Knowledge base! Here you can find guides and resources for the RSE-ops landscape.

assets/img/rse-ops-roadmap.png

⭐️ View the Documentation ⭐️

How to Contribute

1. Get the code

You can clone the repository right to where you want to host the docs:

git clone https://github.com/rse-ops/knowledge.git
cd knowledge

2. Add Documentation or Pages

You can add documentation as markdown files under docs and make sure they are generally linked from an index.md somewhere!

3. Build

You likely want to set up a python environment to install dependencies to:

python -m venv env 
source env/bin/activate
pip install -r requirements.txt

And then build docs:

cd _build/html/
python -m http.server 9999

And open your browser to http://127.0.0.1.

5. Pull Request

We recommend that you submit your changes as a pull request, as we can review them and also have the spelling automatically checked. If you want to check spelling on your own, you can install https://github.com/crate-ci/typos and then run the executable on the various folders:

$ typos ./docs ./index.md 

If you don't want to do this, it will run during the CI, and you can see your typos in the GitHub workflow interface.

TODO

  • add custom functionality for sphinx gallery for examples
  • quizzes and code alongside tutorials/articles?

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.