|
|
|
//= depend_on sprites/docs.png
|
|
|
|
//= depend_on sprites/docs@2x.png
|
|
|
|
//= depend_on sprites/docs.json
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Copyright 2013-2020 Thibaut Courouble and other contributors
|
|
|
|
*
|
|
|
|
* This source code is licensed under the terms of the Mozilla
|
|
|
|
* Public License, v. 2.0, a copy of which may be obtained at:
|
|
|
|
* http://mozilla.org/MPL/2.0/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import 'global/variables-light',
|
|
|
|
'global/variables-dark',
|
|
|
|
'global/variables',
|
|
|
|
'global/mixins',
|
|
|
|
'global/icons',
|
|
|
|
'global/classes',
|
|
|
|
'global/base';
|
|
|
|
|
|
|
|
@import 'components/app',
|
|
|
|
'components/header',
|
|
|
|
'components/notif',
|
|
|
|
'components/sidebar',
|
|
|
|
'components/settings',
|
|
|
|
'components/content',
|
|
|
|
'components/page',
|
|
|
|
'components/fail',
|
|
|
|
'components/path',
|
|
|
|
'components/notice',
|
|
|
|
'components/prism',
|
|
|
|
'components/mobile',
|
|
|
|
'components/environment';
|
|
|
|
|
|
|
|
@import 'pages/simple',
|
|
|
|
'pages/angular',
|
|
|
|
'pages/angularjs',
|
|
|
|
'pages/apache',
|
|
|
|
'pages/async',
|
|
|
|
'pages/bash',
|
|
|
|
'pages/bootstrap',
|
|
|
|
'pages/c',
|
|
|
|
'pages/cakephp',
|
|
|
|
'pages/clojure',
|
|
|
|
'pages/codeception',
|
|
|
|
'pages/coffeescript',
|
|
|
|
'pages/cordova',
|
|
|
|
'pages/crystal',
|
|
|
|
'pages/cypress',
|
|
|
|
'pages/d',
|
|
|
|
'pages/d3',
|
|
|
|
'pages/dart',
|
|
|
|
'pages/dojo',
|
|
|
|
'pages/drupal',
|
|
|
|
'pages/elixir',
|
|
|
|
'pages/elisp',
|
|
|
|
'pages/ember',
|
|
|
|
'pages/erlang',
|
|
|
|
'pages/express',
|
|
|
|
'pages/git',
|
|
|
|
'pages/github',
|
|
|
|
'pages/go',
|
|
|
|
'pages/graphite',
|
Add gnuplot documentation as source
Documentation is part of the gnuplot source code, available at:
- https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/docs/
This can be redistributed, according the the Copyright (emphasis mine):
> * Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
> *
> * Permission to use, copy, and distribute this software **and its**
> * **documentation** for any purpose with or without fee is hereby granted,
> * provided that the above copyright notice appear in all copies and
> * that both that copyright notice and this permission notice appear
> * in supporting documentation.
Full copyright notice here:
https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright
The term “gnuplot license” is not very widespread but brings satisfying
results on search engines (including on wikipedia), so I took the
liberty to add a link to the copyright file, taken from the “Gnuplot's
copyright” link on the gnuplot home page, http://gnuplot.info.
Here is how to build the gnuplot docs to parse them:
mkdir gnuplot-src gnuplot-conf $DEVDOCS_ROOT/docs/gnuplot
git clone -b 5.2.7 --depth 1 https://git.code.sf.net/p/gnuplot/gnuplot-main ./gnuplot-src
cd gnuplot-src/
./prepare
cd ../gnuplot-conf
../gnuplot-src/configure
make -C docs nofigures.tex
latex2html -html 5.0,math -split 4 -link 8 -long_titles 5 -dir $DEVDOCS_ROOT/docs/gnuplot -ascii_mode docs/nofigures.tex
6 years ago
|
|
|
'pages/gnuplot',
|
|
|
|
'pages/haproxy',
|
|
|
|
'pages/haskell',
|
|
|
|
'pages/jekyll',
|
|
|
|
'pages/jquery',
|
|
|
|
'pages/julia',
|
|
|
|
'pages/knockout',
|
|
|
|
'pages/kotlin',
|
|
|
|
'pages/laravel',
|
|
|
|
'pages/liquid',
|
|
|
|
'pages/love',
|
|
|
|
'pages/lua',
|
|
|
|
'pages/mariadb',
|
|
|
|
'pages/mdn',
|
|
|
|
'pages/meteor',
|
|
|
|
'pages/mkdocs',
|
|
|
|
'pages/modernizr',
|
|
|
|
'pages/moment',
|
|
|
|
'pages/nginx',
|
|
|
|
'pages/node',
|
|
|
|
'pages/npm',
|
|
|
|
'pages/octave',
|
|
|
|
'pages/openjdk',
|
|
|
|
'pages/perl',
|
|
|
|
'pages/phalcon',
|
|
|
|
'pages/phaser',
|
|
|
|
'pages/php',
|
|
|
|
'pages/phpunit',
|
|
|
|
'pages/postgres',
|
|
|
|
'pages/pug',
|
|
|
|
'pages/python',
|
|
|
|
'pages/qt',
|
|
|
|
'pages/ramda',
|
|
|
|
'pages/rdoc',
|
|
|
|
'pages/react_native',
|
|
|
|
'pages/reactivex',
|
|
|
|
'pages/redis',
|
|
|
|
'pages/rethinkdb',
|
|
|
|
'pages/rfc',
|
|
|
|
'pages/rubydoc',
|
|
|
|
'pages/rust',
|
|
|
|
'pages/rxjs',
|
|
|
|
'pages/scala',
|
|
|
|
'pages/sinon',
|
|
|
|
'pages/socketio',
|
|
|
|
'pages/sphinx',
|
|
|
|
'pages/sphinx_simple',
|
|
|
|
'pages/sqlite',
|
|
|
|
'pages/support_tables',
|
|
|
|
'pages/tcl_tk',
|
|
|
|
'pages/tensorflow',
|
|
|
|
'pages/terraform',
|
|
|
|
'pages/underscore',
|
|
|
|
'pages/vue',
|
|
|
|
'pages/webpack',
|
|
|
|
'pages/wordpress',
|
|
|
|
'pages/yard',
|
|
|
|
'pages/yii';
|