GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • demo
  • demo.yaml
  • 93b22072   fixed regression from last commit Browse Code »
    Miguel Barão
    2018-01-26 20:21:25 +0000  
demo.yaml 412 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
title: Example
database: students.db

# path prefix applied to the topics
path: ./demo

# Representation of the edges of the dependency graph.
# Example: A depends on B and C
#     A:
#       name: Topic A
#       deps:
#         - B
#         - C
topics:

  # topic without dependencies
  math:
    name: Matemática

  # topic with one dependency
  solar_system:
    name: Sistema solar
    deps:
      - math