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
28
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
340
Paper Review of ConvNext
sengopal
0
160
Portfolio for CS 6475 Computational Photography
sengopal
0
34
Our Agile Pursuit of Happyness
sengopal
0
1.8k
Token based API Security
sengopal
0
410
Resiliency using Hystrix
sengopal
0
70
BDD using Cucumber
sengopal
0
75
Introduction to Git and Github
sengopal
0
110
Introduction to Responsive Web Design
sengopal
0
54
Other Decks in Programming
See All in Programming
「理解」を重視したAI活用開発
fast_doctor
0
310
インプロセスQAにおいて大事にしていること / In-process QA Meetup
medley
0
170
The Nature of Complexity in John Ousterhout’s Philosophy of Software Design
philipschwarz
PRO
0
170
UMAPをざっくりと理解 / Overview of UMAP
kaityo256
PRO
3
1.6k
Bedrock × Confluenceで簡単(?)社内RAG
iharuoru
1
130
Road to Ruby for A Linguistics Nerd
hayat01sh1da
PRO
0
310
「MCPを使ってる人」が より詳しくなるための解説
yamaguchidesu
0
190
マイコンでもRustのtestがしたい/KernelVM Kansai 11
tnishinaga
1
900
KANNA Android の技術的課題と取り組み
watabee
1
520
Beyond_the_Prompt__Evaluating__Testing__and_Securing_LLM_Applications.pdf
meteatamel
0
110
20250426 GDGoC 合同新歓 - GDGoC のススメ
getty708
0
110
データベースの技術選定を突き詰める ~複数事例から考える最適なデータベースの選び方~
nnaka2992
2
1.8k
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
54
5.5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
700
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.3k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Documentation Writing (for coders)
carmenintech
71
4.8k
For a Future-Friendly Web
brad_frost
177
9.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Visualization
eitanlees
146
16k
Facilitating Awesome Meetings
lara
54
6.4k
Site-Speed That Sticks
csswizardry
6
540
We Have a Design System, Now What?
morganepeng
52
7.6k
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?