summary refs log tree commit diff
path: root/doc/languages-frameworks/index.xml
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-20 12:17:58 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-20 13:35:04 +0200
commit95dfbe2d632b71a72634d2d65e3f738f500ee5ce (patch)
treec3da9c73c48a65a204e47de113c82e9efdac037a /doc/languages-frameworks/index.xml
parentaf7378397fafd63384c4c7a28ba22b0803b00a18 (diff)
downloadnixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.tar
nixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.tar.gz
nixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.tar.bz2
nixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.tar.lz
nixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.tar.xz
nixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.tar.zst
nixpkgs-95dfbe2d632b71a72634d2d65e3f738f500ee5ce.zip
doc: organize chapters into parts, and reduce toc depth
Reorganize the chapters into parts and reduce the TOC depth to make the
TOC useful again. The top-level TOC is very brief, but that is fine
because every part will have its own TOC.

Section titles of languages/frameworks are also simplified to just
the name of the language/framework.
Diffstat (limited to 'doc/languages-frameworks/index.xml')
-rw-r--r--doc/languages-frameworks/index.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/index.xml b/doc/languages-frameworks/index.xml
index cd0b48adb14..86076085799 100644
--- a/doc/languages-frameworks/index.xml
+++ b/doc/languages-frameworks/index.xml
@@ -1,7 +1,7 @@
 <chapter xmlns="http://docbook.org/ns/docbook"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xml:id="chap-language-support">
- <title>Support for specific programming languages and frameworks</title>
+ <title>Languages and frameworks</title>
  <para>
   The <link linkend="chap-stdenv">standard build environment</link> makes it easy to build typical Autotools-based packages with very little code. Any other kind of package can be accomodated by overriding the appropriate phases of <literal>stdenv</literal>. However, there are specialised functions in Nixpkgs to easily build packages for other programming languages, such as Perl or Haskell. These are described in this chapter.
  </para>