Added Table of Contents generation

This commit is contained in:
Andrew Henry
2015-10-15 12:35:38 -07:00
parent d3ff0a258e
commit efb7611f6e
7 changed files with 293 additions and 49 deletions

View File

@ -1,3 +1,15 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [Overview](#overview)
- [Application Initialization](#application-initialization)
- [Architectural Paradigm](#architectural-paradigm)
- [Extension Categories](#extension-categories)
- [Composite Services](#composite-services)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Overview
The framework layer's most basic responsibility is allowing individual

View File

@ -1,3 +1,28 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [Overview](#overview)
- [Platform Architecture](#platform-architecture)
- [Application Start-up](#application-start-up)
- [Presentation Layer](#presentation-layer)
- [Angular built-ins](#angular-built-ins)
- [Domain object representation](#domain-object-representation)
- [Information Model](#information-model)
- [Capabilities and Services](#capabilities-and-services)
- [Service Infrastructure](#service-infrastructure)
- [Object Service](#object-service)
- [Model Service](#model-service)
- [Capability Service](#capability-service)
- [Telemetry Service](#telemetry-service)
- [Persistence Service](#persistence-service)
- [Action Service](#action-service)
- [View Service](#view-service)
- [Policy Service](#policy-service)
- [Type Service](#type-service)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Overview
The Open MCT Web platform utilizes the [framework layer](Framework.md)

View File

@ -1,3 +1,13 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [Introduction](#introduction)
- [Overview](#overview)
- [Software Architecture](#software-architecture)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Introduction
The purpose of this document is to familiarize developers with the