Skip to content
/ docs Public
forked from bkj/docs

Repository to store gunrock documents (slate).

License

Notifications You must be signed in to change notification settings

agalup/docs

This branch is 168 commits ahead of bkj/docs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b1a860 · Nov 16, 2018
Jul 28, 2018
Nov 16, 2018
Apr 10, 2018
Apr 10, 2018
Apr 10, 2018
Apr 10, 2018
Jul 28, 2018
Jul 28, 2018
Apr 10, 2018
Jul 6, 2018
Jul 6, 2018
Apr 10, 2018
Nov 12, 2018
Apr 10, 2018

Repository files navigation

GunrockLogo

Deploying Gunrock Slate Docs (http://gunrock.github.io/docs)

Prerequisites

You're going to need:

  • Linux or OS X — Windows may work, but is unsupported.
  • Ruby, version 2.3.1 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Editing and Publishing

Slate Header for Gunrock

  • Create a markdown page with the extension .html.md and add it to the source directory.
  • Slate markdowns use the following header for page settings like title, footer, etc.
---
# title of the page
title: <Gunrock-Page-Title>

# add a language tab, doesn't work with full_length set to true
# must be one of https://git.io/vQNgJ
language_tabs:
  - shell
  - ruby
  - python
  - javascript

# page footer
toc_footers:
  - <a href='https://github.com/gunrock/gunrock'>Gunrock; GPU Graph Analytics</a>
  - Gunrock &copy; 2018 The Regents of the University of California.

# add markdown files in /source/includes directory to append the page with this header
includes:
  - <filetoinclude>
  - <filetoinclude>

# include search bar in the left menu?
search: true

# full length page or two sections?
full_length: true 
---
  • Note that vega graphs are just <div id=""><script> (json dump) </script></div>.

About

Repository to store gunrock documents (slate).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.9%
  • JavaScript 16.5%
  • CSS 1.5%
  • Ruby 0.3%
  • Shell 0.3%
  • TeX 0.3%
  • Python 0.2%