NCIP/gdc-docs

Name: gdc-docs

Owner: National Cancer Informatics Program

Description: Official repository for GDC User Guides in Markdown format

Created: 2016-01-26 19:54:11.0

Updated: 2017-12-18 08:41:50.0

Pushed: 2018-01-12 17:57:17.0

Homepage: null

Size: 385452

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

GDC Open Source code

GDC is Open Source, Github Repositories containing source code of GDC Applications can be found on GDC GitHub Organization page.

Support

Please direct technical questions to GDC Support.

GDC Documentation Site

Technology
Install & Run
Build
Repository Conventions
Linking

To another documentation page

hentication and Authorization](../../Commons/Authentication.md)

Inside another documentation page

hentication and Authorization](../../Commons/Authentication.md#internal-section)
Adding icons and PDFs

The convention for this, when updating mkdocs.yml is the following:

Documentation Conventions

A detailed list of all conventions is available on GDC Website

Build PDF

Install mkdocs2pandoc, following instructions available here:

s://github.com/jgrassler/mkdocs-pandoc

Prepare a yml file dedicated to your Userguide, using Data_Portal_UG.yml as an example.

Run the following commands to:

cs2pandoc -f Data_Portal_UG.yml -o docs/Data_Portal/PDF/Data_portal_UG.pd
-i -e 's/# / /g' docs/Data_Portal/PDF/Data_portal_UG.pd
-i -e 's/### /## /g' docs/Data_Portal/PDF/Data_portal_UG.pd
-i -e 's/\/site\//\/docs\//g' docs/Data_Portal/PDF/Data_portal_UG.pd
oc --toc -V documentclass=report -V geometry:"top=2cm, bottom=1.5cm, left=1cm, right=1cm" -f markdown+grid_tables+table_captions -o docs/Data_Portal/PDF/Data_portal_UG.pdf docs/Data_Portal/PDF/Data_portal_UG.pd

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.