Skip to content

ubccr/ccrdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCR Research Computing Documentation

Documentation Status

This is the main repository for CCR's research computing documentation.

https://docs.ccr.buffalo.edu

Find an error? Feel free to submit an issue.

How to contribute

Contributions and PRs welcome! Follow the instructions below to learn how to develop and make changes to the documentation source.

  1. Fork this repo

  2. Clone your fork:

$ git clone https://github.com/YOURUSER/ccrdocs.git
$ cd ccrdocs
  1. Create a python3 virtual environment and install dependencies:
$ python3 -mvenv venv
$ source venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt
  1. Run mkdocs development server:
$ mkdocs serve
  1. Point your browser at: http://localhost:8000

  2. Start hacking on the markdown in the pages/ directory

  3. Submit a PR

Coding style, tips and conventions

  • Try to keep content organized in respective directories under pages/

  • Remember to add any new pages to the nav config in mkdocs.yml

  • For a nice overview of markdown syntax see here

  • Add notes (note, warning, danger, important) to your docs. See here for markdown syntax

License

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

About

CCR's research computing documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages