Skip to content

Commit 93de477

Browse files
committed
Update comment headings
1 parent dcea1dc commit 93de477

124 files changed

Lines changed: 150 additions & 186 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

etc/.makie.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ var path = require( 'path' );
1010
var prefix = path.resolve( __dirname, '../tools/makie/plugins' );
1111

1212

13-
// CONFIG //
13+
// MAIN //
1414

1515
var config = {};
1616
var plugins = {};
1717

1818
config.plugins = plugins;
1919

20-
21-
// PLUGINS //
22-
2320
plugins[ 'repl' ] = path.join( prefix, 'makie-repl' );
2421
plugins[ 'notes' ] = path.join( prefix, 'makie-notes' );
2522
plugins[ 'examples' ] = path.join( prefix, 'makie-examples' );

etc/.remarkrc.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// CONFIG //
3+
// MAIN //
44

55
var config = {};
66
var plugins = {};
@@ -12,9 +12,6 @@ config.plugins = plugins;
1212
plugins[ 'lint' ] = lint;
1313
plugins[ 'validate-links' ] = vlinks;
1414

15-
16-
// LINT RULES //
17-
1815
// Reset all rules:
1916
lint[ 'reset' ] = true;
2017

@@ -190,8 +187,7 @@ lint[ 'table-pipe-alignment' ] = true;
190187
// lint[ 'unordered-list-marker-style' ] = 'consistent';
191188

192189

193-
// VALIDATE LINKS //
194-
190+
// Validate links:
195191
vlinks[ 'repository' ] = '';
196192

197193

lib/node_modules/@stdlib/datasets/img-nagasaki-boats/lib/data.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/read-json/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/read-json/examples/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/resolve-parent-path/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/resolve-parent-path/examples/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/base/dist/binomial/quantile/lib/search.js

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/base/dist/cauchy/cdf/lib/cdf.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/base/dist/cauchy/cdf/lib/factory.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)