Skip to content
forked from NCIP/gdc-docs

Official repository for GDC User Guides in Markdown format

License

Notifications You must be signed in to change notification settings

b-f-chan/gdc-docs

This branch is 1 commit behind NCIP/gdc-docs:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd6f888 · Oct 3, 2018
Oct 3, 2018
Sep 12, 2018
Apr 10, 2018
Nov 28, 2017
Jun 10, 2016
Jan 27, 2017
Mar 26, 2018
Jun 18, 2018
Dec 15, 2017
May 3, 2017
Jun 10, 2016
Jun 10, 2016
May 5, 2017
Apr 28, 2017
Apr 7, 2017
Sep 20, 2018
Apr 10, 2018

Repository files navigation

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

  • pip install -r requirements
  • mkdocs serve (optionally set port --dev-addr=0.0.0.0:<PORT>)

Build

  • mkdocs build --clean

Repository Conventions

  • All Shared content in the "Commons" directory
  • One Directory per GDC product (API, Data_Portal, Data_Submission_Portal, Data_Transfer_Tool)
  • Each GDC product have a Users_Guide and Release_Notes directory

Linking

To another documentation page

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

Inside another documentation page

[Authentication and Authorization](../../Commons/Authentication.md#internal-section)

Adding icons and PDFs

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

  • <url ending in .pdf>: 'index.md' example:
  • fa-file-pdf-o Download PDF /API/PDF/API_UG.pdf: 'index.md'

Documentation Conventions

A detailed list of all conventions is available on GDC Website

Build PDF

Install mkdocs2pandoc, following instructions available here:

https://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:

  • Convert the User Guide to Pandoc:
  • Tweak the pandoc file
  • Build a PDF
mkdocs2pandoc -f Data_Portal_UG.yml -o docs/Data_Portal/PDF/Data_portal_UG.pd
sed -i -e 's/# / /g' docs/Data_Portal/PDF/Data_portal_UG.pd
sed -i -e 's/### /## /g' docs/Data_Portal/PDF/Data_portal_UG.pd
sed -i -e 's/\/site\//\/docs\//g' docs/Data_Portal/PDF/Data_portal_UG.pd
pandoc --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

About

Official repository for GDC User Guides in Markdown format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.2%
  • CSS 12.9%
  • HTML 5.9%
  • Other 1.0%