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
33
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
460
Paper Review of ConvNext
sengopal
0
190
Portfolio for CS 6475 Computational Photography
sengopal
0
54
Our Agile Pursuit of Happyness
sengopal
0
1.9k
Token based API Security
sengopal
0
450
Resiliency using Hystrix
sengopal
0
96
BDD using Cucumber
sengopal
0
110
Introduction to Git and Github
sengopal
0
140
Introduction to Responsive Web Design
sengopal
0
60
Other Decks in Programming
See All in Programming
浮動小数の比較について
kishikawakatsumi
0
360
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
510
Head of Engineeringが現場で回した生産性向上施策 2025→2026
gessy0129
0
200
Raku Raku Notion 20260128
hareyakayuruyaka
0
430
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
110
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
150
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
350
15年目のiOSアプリを1から作り直す技術
teakun
0
580
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
430
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
170
並行開発のためのコードレビュー
miyukiw
2
2.1k
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
750
Designing Experiences People Love
moore
144
24k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
370
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
210
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
What does AI have to do with Human Rights?
axbom
PRO
0
2k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
560
Docker and Python
trallard
47
3.7k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
360
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
400
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?