Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How developers write documentation
Search
Senthilkumar Gopal
March 18, 2020
Programming
0
27
How developers write documentation
How developers write documentation
Senthilkumar Gopal
March 18, 2020
Tweet
Share
More Decks by Senthilkumar Gopal
See All by Senthilkumar Gopal
Scaling ML embedding models to serve a billion queries
sengopal
0
330
Paper Review of ConvNext
sengopal
0
150
Portfolio for CS 6475 Computational Photography
sengopal
0
34
Our Agile Pursuit of Happyness
sengopal
0
1.8k
Token based API Security
sengopal
0
400
Resiliency using Hystrix
sengopal
0
68
BDD using Cucumber
sengopal
0
73
Introduction to Git and Github
sengopal
0
110
Introduction to Responsive Web Design
sengopal
0
53
Other Decks in Programming
See All in Programming
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
1k
エンジニア未経験が最短で戦力になるためのTips
gokana
0
270
リストビュー画面UX改善の振り返り
splcywolf
0
130
API for docs
soutaro
2
1.1k
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
110
海外のアプリで見かけたかっこいいTransitionを真似てみる
shogotakasaki
1
160
SwiftUI API Design Lessons
niw
1
270
リアクティブシステムの変遷から理解するalien-signals / Learning alien-signals from the evolution of reactive systems
yamanoku
3
1.2k
Unlock the Potential of Swift Code Generation
rockname
0
250
タイムゾーンの奥地は思ったよりも闇深いかもしれない
suguruooki
1
610
Devinのメモリ活用の学びを自社サービスにどう組み込むか?
itarutomy
0
2.1k
On-the-fly Suggestions of Rewriting Method Deprecations
ohbarye
0
270
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.2k
Making Projects Easy
brettharned
116
6.1k
GraphQLとの向き合い方2022年版
quramy
46
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.4k
Documentation Writing (for coders)
carmenintech
69
4.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Making the Leap to Tech Lead
cromwellryan
133
9.2k
Transcript
How developers code write @sengopal
What is Documentation
What is Documentation Material that provides official information or evidence
or that serves as a record. Written specification and instructions accompanying a computer program.
Aspects READABILITY Available Offline No custom tools Standard Templates EDITOR
Available Offline No custom tools Basic In built generators for TOC, tables etc., Reviews DISTRIBUTION Versioned Zero staleness Close to source of truth
Available Today https://xkcd.com/927/
Google Docs Microsoft Word Wiki O365 What’s the point of
this presentation anyway?
GITHUB Available Offline No custom tools Versioned and Reviews Close
to source of truth Zero staleness Templates - define your own! this ←
Lingua Franca MARKDOWN Released in 2004 Lightweight markup Plain text
formatting Converted to HTML Readme files Online forums ASCIIDOC Released in 2002 Equivalent to DocBook Plain-text mark-up DocBook tool-chain PDF, TeX, manpages, e- books, slides, Git
None
None
Choice http://counterinception.com/sites/default/files/pictures/MatrixBluePillRedPill.jpg
Asciidoc Why book writers are switching to Asciidoc 1. Better
UI control 2. Admonitions 3. Macros such as TOC 4. Env. Variables 5. Advanced Table support 6. Page Navigation 7. More…. Asciidoc Reference
My Toolset
Toolset Github Asciidoc AsciidocFx Atom/Chrome Plugin
Side Note Github Wiki Gollum Static Site Generators staticgen
Questions?