Skip to content

Commit 6010fc4

Browse files
committed
add missing headers in TOC; fix some typos
1 parent 818480e commit 6010fc4

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,19 @@ This is not a list of free programming books. This is a curated list of open sou
2525
* [IOS Development](#ios_development)
2626
* [etc.](#subject-etc)
2727
* [Programming Languages](#programming_languages)
28+
* [C](#language-c)
2829
* [Coffeescript](#coffeescript)
2930
* [CSS](#css)
31+
* [Fortran](#fortran)
3032
* [Ruby](#ruby)
3133
* [Clojure](#clojure)
3234
* [Erlang](#erlang)
3335
* [Elixir](#elixir)
36+
* [Forth](#forth)
3437
* [Go](#go)
3538
* [Haskell](#haskell)
3639
* [Javascript](#javascript)
40+
* [Lisp](#lisp)
3741
* [Objective-c](#objective-c)
3842
* [PHP](#php)
3943
* [Python](#python)
@@ -45,10 +49,11 @@ This is not a list of free programming books. This is a curated list of open sou
4549
* [Git](#git)
4650
* [Server](#server)
4751
* [etc.](#tool-etc)
52+
* [Library Documentation](#library-docs)
4853
* [Other Languages](#other_languages)
54+
* [Korean](#korean)
4955
* [Chinese](#chinese)
5056
* [Japanese](#japanese)
51-
* [Korean](#korean)
5257
* [License](#license)
5358

5459
<a name='subjects'></a>
@@ -262,20 +267,20 @@ This is not a list of free programming books. This is a curated list of open sou
262267
<a name='writing_and_documentation'></a>
263268
### Writing and Documentation
264269

265-
* [Write the Doc][repo-write-the-doc] ([Site][site-write-the-doc], cc) - A place for Sphinx documentation and general writing of things.
266-
* [The Hitchhiker's Guide to Documentation!][repo-thgtd] ([Site][site-thgtd], cc-nc-sa) - This Guide exists to provide advices and a best-practice handbook about creating documentation
270+
* [Write the Docs][repo-write-the-docs] ([Site][site-write-the-docs], cc) - A place for Sphinx documentation and general writing of things.
271+
* [The Hitchhiker's Guide to Documentation!][repo-thgtd] ([Site][site-thgtd], cc-nc-sa) - This Guide exists to provide advices and a best-practice handbook about creating documentation.
267272
* [CommonMark Spec][repo-commonmark-spec] ([Site][site-commonmark-spec], cc-sa) - CommonMark is a rationalized version of Markdown syntax, with a spec and BSD-licensed reference implementations in C and JavaScript.
268273
* reStructuredText Markup Specification ([Site][site-rst-spec], Public Domain)
269-
* [Prose for Programmers][repo-prose-prog] (cc-nc-nd) - A book to help software developers write better prose
274+
* [Prose for Programmers][repo-prose-prog] (cc-nc-nd) - A book to help software developers write better prose.
270275

271276
[repo-prose-prog]: https://github.com/joshuacc/prose-for-programmers
272277
[repo-commonmark-spec]: https://github.com/jgm/CommonMark
273278
[site-commonmark-spec]: http://spec.commonmark.org/
274279
[site-rst-spec]: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
275280
[site-thgtd]: http://docs-guide.readthedocs.org/en/latest/
276281
[repo-thgtd]: https://github.com/chrismedrela/docs-guide
277-
[site-write-the-doc]: http://docs.writethedocs.org/
278-
[repo-write-the-doc]: https://github.com/writethedocs/docs/
282+
[site-write-the-docs]: http://docs.writethedocs.org/
283+
[repo-write-the-docs]: https://github.com/writethedocs/docs/
279284

280285
<a name='journalism_and_visualization'></a>
281286
### Journalism and Visualization
@@ -301,7 +306,7 @@ This is not a list of free programming books. This is a curated list of open sou
301306
[site-intro-to-d3]: https://square.github.io/intro-to-d3/
302307
[site-data-journalism-handbook]: http://datajournalismhandbook.org/1.0/en/
303308

304-
<a name='android_development'>
309+
<a name='android_development'></a>
305310
### Android Development
306311

307312
* Android Developers - API Guide ([Site][site-android-api-guide], cc) - Documentation for Android development
@@ -310,7 +315,7 @@ This is not a list of free programming books. This is a curated list of open sou
310315
[repo-android-bp]: https://github.com/futurice/android-best-practices
311316
[site-android-api-guide]: http://developer.android.com/guide/index.html
312317

313-
<a name='ios_development'>
318+
<a name='ios_development'></a>
314319
### IOS Development
315320

316321
* [iOS Good Practices][repo-ios-good-practices] (cc) - Good ideas for iOS development, by Futurice developers.
@@ -348,6 +353,7 @@ This is not a list of free programming books. This is a curated list of open sou
348353
<a name="programming_languages"></a>
349354
## Programming Languages
350355

356+
<a name='language-c'></a>
351357
### C
352358

353359
* [C Style][repo-cstyle] (cc-sa) - My favorite C programming practices
@@ -375,6 +381,7 @@ This is not a list of free programming books. This is a curated list of open sou
375381
[repo-bootstrap]: https://github.com/twbs/bootstrap/tree/master/docs
376382
[repo-idiomatic-css]: https://github.com/necolas/idiomatic-css
377383

384+
<a name='fortran'></a>
378385
### Fortran
379386

380387
* Introduction to Programming using Fortran 95 ([Site][site-ipufortran], cc-nc-sa) - This text provides an introduction to programming and problem solving using the Fortran 95 programming language.
@@ -438,6 +445,7 @@ This is not a list of free programming books. This is a curated list of open sou
438445
[site-elixir-getting-started]: http://elixir-lang.org/getting-started/introduction.html
439446
[repo-30-days-of-elixir]: https://github.com/seven1m/30-days-of-elixir
440447

448+
<a name='forth'></a>
441449
### Forth
442450

443451
* Thinking Forth Project Thinking Forth Project ([PDF][site-thinking-forth], cc-nc-sa)
@@ -539,6 +547,7 @@ This is not a list of free programming books. This is a curated list of open sou
539547
[repo-js-garden]: https://github.com/BonsaiDen/JavaScript-Garden
540548
[site-js-garden]: http://bonsaiden.github.io/JavaScript-Garden/
541549

550+
<a name='lisp'></a>
542551
### Lisp
543552

544553
* [DIY Lisp][repo-diy-lisp] (BSD) - A hands-on, test driven guide to implementing a simple programming language.
@@ -718,6 +727,7 @@ This is not a list of free programming books. This is a curated list of open sou
718727
[site-upstart-cookbook]: http://upstart.ubuntu.com/cookbook/
719728
[site-gibber-manual]: https://www.gitbook.com/book/bigbadotis/gibber-user-manual/details
720729

730+
<a name='library-docs'></a>
721731
## Library Documentation
722732

723733
* [riak docs][repo-riak] ([Site][site-riak], cc) - Documentation for riak
@@ -781,6 +791,7 @@ This is not a list of free programming books. This is a curated list of open sou
781791
[site-nginx-book-cn]: http://tengine.taobao.org/book/
782792
[repo-nginx-book-cn]: https://github.com/taobao/nginx-book
783793

794+
<a name='japanese'></a>
784795
## Japanese
785796

786797
* [Android Development Training Course][repo-and-training] ([Site][site-and-training], Apache 2.0) - Training course repository for android app development

0 commit comments

Comments
 (0)