Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.71 KB

File metadata and controls

58 lines (35 loc) · 1.71 KB

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 Pull Requests (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 Pull Request (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

  • Documentation is written in Markdown syntax

  • Add notes (note, warning, danger, important) to your documentation leveraging the Markdown Admonition extension

License

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