Просмотр исходного кода

Add placeholders for missing chapters

Loïc Hoguin 9 лет назад
Родитель
Сommit
dc70d8147f

+ 5 - 0
doc/src/guide/architecture.asciidoc

@@ -0,0 +1,5 @@
+== Architecture
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/asciidoc.asciidoc

@@ -0,0 +1,5 @@
+== Asciidoc documentation
+
+// @todo Write it.
+
+Placeholder chapter.

+ 36 - 2
doc/src/guide/book.asciidoc

@@ -20,12 +20,46 @@ include::app.asciidoc[Building]
 
 include::deps.asciidoc[Packages and dependencies]
 
-include::compat.asciidoc[Compatibility with other build tools]
+include::ports.asciidoc[NIFs and port drivers]
+
+include::releases.asciidoc[Releases]
 
-= Advanced
+include::escripts.asciidoc[Escripts]
+
+include::compat.asciidoc[Compatibility with other build tools]
 
 include::external_plugins.asciidoc[External plugins]
 
+= Documentation
+
+include::asciidoc.asciidoc[Asciidoc documentation]
+
+include::edoc.asciidoc[EDoc comments]
+
+= Tests
+
+include::shell.asciidoc[Erlang shell]
+
+include::eunit.asciidoc[EUnit]
+
+include::common_test.asciidoc[Common Test]
+
+include::property_based_testing.asciidoc[Property based testing]
+
+include::coverage.asciidoc[Code coverage]
+
+include::ci.asciidoc[Continuous integration]
+
+include::dialyzer.asciidoc[Dialyzer]
+
+include::xref.asciidoc[Xref]
+
 = About Erlang.mk
 
 include::why.asciidoc[Why erlang.mk?]
+
+include::history.asciidoc[Short history]
+
+include::architecture.asciidoc[Architecture]
+
+include::contributing.asciidoc[Contributing]

+ 5 - 0
doc/src/guide/ci.asciidoc

@@ -0,0 +1,5 @@
+== Continuous integration
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/common_test.asciidoc

@@ -0,0 +1,5 @@
+== Common Test
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/contributing.asciidoc

@@ -0,0 +1,5 @@
+== Contributing
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/coverage.asciidoc

@@ -0,0 +1,5 @@
+== Code coverage
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/dialyzer.asciidoc

@@ -0,0 +1,5 @@
+== Dialyzer
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/edoc.asciidoc

@@ -0,0 +1,5 @@
+== EDoc comments
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/escripts.asciidoc

@@ -0,0 +1,5 @@
+== Escripts
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/eunit.asciidoc

@@ -0,0 +1,5 @@
+== EUnit
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/history.asciidoc

@@ -0,0 +1,5 @@
+== Short history
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/ports.asciidoc

@@ -0,0 +1,5 @@
+== NIFs and port drivers
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/property_based_testing.asciidoc

@@ -0,0 +1,5 @@
+== Property based testing
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/releases.asciidoc

@@ -0,0 +1,5 @@
+== Releases
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/shell.asciidoc

@@ -0,0 +1,5 @@
+== Erlang shell
+
+// @todo Write it.
+
+Placeholder chapter.

+ 5 - 0
doc/src/guide/xref.asciidoc

@@ -0,0 +1,5 @@
+== Xref
+
+// @todo Write it.
+
+Placeholder chapter.