Removed inserted TOC

This commit is contained in:
Andrew Henry
2015-10-20 21:16:54 -07:00
parent 93f8e61c40
commit cc97408433
5 changed files with 0 additions and 225 deletions

View File

@ -1,15 +1,3 @@
<!-- 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,28 +1,3 @@
<!-- 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,13 +1,3 @@
<!-- 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