Documentation Guidelines

Slides:



Advertisements
Similar presentations
GT Release Manuals Cristina Williams, ISI/USC plus all GT committers
Advertisements

© 2006 by Jonas Jacobi & Raghu Srinivasan; made available under the EPL v1.0 | Presenter Raghu Srinivasan Project Lead Oracle Inc. The JSF Tools.
National Database Templates for the Biosafety Clearing-House Application (NDT-nBCH) Overview of the US nBCH Applications.
<<replace with Customer Logo>>
DiscoverDefineDesignDevelopDeliver PROCESS TM. Intelligaia Technology confidential & proprietary Discover Overview: Gather information, brainstorm, competitive.
Michael Donovan, River Campus Libraries – 12/03 DocuShare Overview and Training.
Fundamentals of Information Systems, Second Edition
Process, Communication, and Certification Padma Venkata
Software Documentation Written By: Ian Sommerville Presentation By: Stephen Lopez-Couto.
User Group 2015 Version 5 Features & Infrastructure Enhancements.
Updates Assessments available online Resources available Online testing components Testing Coordinator Quick Checklist Technology Coordinator Quick Checklist.
Nathan McMinn, Technical Consultant with Alfresco
Installation and Administration
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
What is SMEcollaborate Primarily developed for Small and Medium Companies who wish to collaborate together. It is a:- A resource center for collaborating.
Mantychore Oct 2010 WP 7 Andrew Mackarel. Agenda 1. Scope of the WP 2. Mm distribution 3. The WP plan 4. Objectives 5. Deliverables 6. Deadlines 7. Partners.
K-12 Web Content Development Process
© 2012 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 1 © 2012 Cisco and/or its affiliates. All rights reserved. 1 Voice Mailbox.
GTRI Proprietary / Limited Distribution. Architecture File System DataLoader API Analytics API Visualization API MongoDB Resource Management Layer Python.
Module 6 Securing Content. Module Overview Administering SharePoint Groups Implementing SharePoint Roles and Role Assignments Securing and Auditing SharePoint.
FAFSA Completion Application Webinar Technical Demonstration January 13, 2015.
Summary Report Project Name: Model-Driven Health Tools (MDHT) Brief Project Description: Support the complete lifecycle of designing CDA implementation.
Dave Muirhead Director of Electronic Customer Self-Service Oracle Corporation.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
How to Read gUSE Documents Orange Docs Series for General Pruposes RELEASE ISSUE POLICY LICENSE HOW TO READ GUSE DOCUMENTS GUSE IN A NUTSHELL by Tibor.
XSDoc, JISBD’ XSDoc an Extensible Wiki-based Infrastructure for Framework Documentation Ademar Aguiar, Gabriel David, Manuel Padilha FEUP, INESC.
RCE Platform Technology (RPT) Mark Arndt User Support.
Copyright © The OWASP Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the OWASP License. The OWASP.
Copyright © The OWASP Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the OWASP License. The OWASP.
® IBM Software Group © 2007 IBM Corporation Module 1: Getting Started with Rational Software Architect Essentials of Modeling with IBM Rational Software.
Unit Test Process Authors:Sergey Fedorov, Dmitry Balkin, Dmitry Korenkov June 2005.
Summary Report Project Name: Model-Driven Health Tools (MDHT) Brief Project Description: Support the complete lifecycle of designing CDA implementation.
Supervisor: Mr. Huynh Anh Dung Students: To Quang Duy Pham Ngoc Tien Nguyen Luong Ngoc Chau Nguyen Hoang Phuc Nguyen Thi Trang.
Summary Report Project Name: Model-Driven Health Tools (MDHT) Brief Project Description: Support the complete lifecycle of designing CDA implementation.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
1 5/18/2007ã 2007, Spencer Rugaber Architectural Documentation Graphical (views) and textual Kruchten's 4+1 Views –Philippe B. Kruchten. "The 4+1 View.
Mylyn Release Review | © 2009 by Mylyn Committers, made available under the EPL v1.0 1 Mylyn 3.3 Release Review Mik Kersten and Steffen Pingel Planned.
OpenSpecimen Monthly Community Call Krishagni Solutions (India)
1 © 2004 Cisco Systems, Inc. All rights reserved. Session Number Presentation_ID Cisco Technical Support Seminar Using the Cisco Technical Support Website.
Virtual Lab Overview 5/21/2015 xxxxxxxxxx NWS/MDL/CIRA.
Thinking of Drupal 8? Get started with the resources.
OpenPegasus Documentation Discussion What should we change, what should we keep? KS OpenPegasus Developers Conference 27 September 2012.
NCI CBIIT LIMS ISIG Meeting– July 2007 NCI CBIIT LIMS Consortium Interface SIG Mission: focus on an overall goal of providing a library of interfaces/adapters.
NCI CBIIT LIMS ISIG Meeting– Aug. 21,2007 NCI CBIIT LIMS Consortium Interface SIG Mission: focus on an overall goal of providing a library of interfaces/adapters.
Security Chapter – Architecture & Focus on Authorization PDP Cyril Dangerville (TS), Chapter Architect, Authorization PDP GE owner 7 July 2016.
ONAP VNF Requirements project Workflow
Patrick Desbrow, CIO & VP of Engineering October 29, 2014
Tool Chain Architecture
Libra Data University of Virginia’s Dataverse
Documentation Guidelines
Hands-On Testing: How to Integrate Tests in OPNFV
Open-O Integration Project Introduction
Summary Report Project Name: Model-Driven Health Tools (MDHT)
Managing the Project Lifecycle
Software Documentation
Core WG Meeting November 16th, 2017.
API Documentation Guidelines
SDNC Roadmap Dan Timoney – AT&T Marcus Williams - Intel
Web Editing Group September Meeting
Health Ingenuity Exchange - HingX
SISAI STATISTICAL INFORMATION SYSTEMS ARCHITECTURE AND INTEGRATION
Testing RESTful Web APIs
HingX Project Overview
Broadvine Support Portal
The JSF Tools Project – WTP (internal) release review
DSDP - Target Management
NIEM Tool Strategy Next Steps for Movement
ONAP Release Planning DRAFT Proposal
Developing ONAP API Documentation
Presentation transcript:

Documentation Guidelines Sept. 19, 2017

Overview Role & Responsibilities   Role & Responsibilities Goal: Provide quality documentation, making the process as painless as possible! Projects with source code: Release Notes and Development Guides Non-source code projects: topic-appropriate content PTLs are responsible for validating that their documentation is clear, accurate and comprehensive Doc. team liaisons will assist with technical issues and style guide, and do final reviews Guidelines All Release Notes and Development Guides go into Readthedocs Format should be in Restructured text (RsT), using ONAP Style Guide Existing documentation – goal is no rewriting API’s: easy to use tools to convert Swagger, REST Interfaces or Word docs to RsT ONAP wiki – use Pandoc to convert any change-controlled release documentation to RsT

What you need to do   By Code Freeze – M4 (Sept. 28) Code Freeze Checklist Create docs folder for your project: Setting-Up Documentation Add your repository as a submodule to docs project Add a docs folder as top level of your project Repo Set up your Development and Release Note templates: Templates and Examples Document your APIs in Restructured Text. Refer to the following examples API Examples Swagger: via swaggerv2doc directive REST Interface: via Sphinx httpdomain directive Word doc: via Pandoc utility Note - UML Sequence diagrams can be included but are optional for Amsterdam Start converting any existing change-controlled release wiki content to RsT: Converting to RST By Release Milestones RC0 (Oct. 12): Complete and validate all your Release Notes and Development guides RC1 (Oct. 26): Resolve any open issues RC2 (Nov. 09): Gain final approval from Doc. team

Development Guidelines Templates Platform Component / Services Sections to Include: Architecture Delivery Offered APIs Consumed APIS Logging & Diagnostics Installation Configuration Administration Human Interfaces SDK / Library projects Sections to include: Architecture Offered APIs Libraries Logging & Diagnostics Building Components that use SDKs

Release Notes Template Sections to include: New Features Bug Fixes (with a link to Jira) Known Issues Upgrade Notes Deprecation Notes …

Doc. Team Liaisons

Proposed Structure