This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3160
Commits
33
Branches
331 MiB
Branch:
mbroad/code-climate-coverage-develop
babelFix
codeClimate
css_transitions
dependencies
develop
eslintAirbnb
fix2580
fixDataView
fixRailRoadSRFB
flowchartTest
gemini
gh-pages
jittering-top
kamadaKawai
master
mbroad/code-climate-coverage
mbroad/code-climate-coverage-develop
mbroad/issue-3321
mbroad/unittest/lib/shared
network_performance_pullrequest
newShading
readme-improvements
revert-2705-dynamic-rollingMode-option
revert-2743-editable-option-2017-02-16
revert-3409-performance
runTests
teamMember
teammembers
timelineLocalsFrEs
updateMomentjs
v3_develop
v4.18
webworkersNetwork
v4.9.0
v4.8.1
v4.8.0
v4.7.0
v4.6.0
v4.5.1
v4.5.0
v4.4.0
v4.3.0
v4.21.0-SNAPSHOT
v4.21.0
v4.20.1-SNAPSHOT
v4.20.1
v4.20.0
v4.2.0
v4.19.1
v4.19.0
v4.18.1
v4.18.0-SNAPSHOT
v4.18.0
v4.17.0
v4.16.1
v4.16.0
v4.15.1
v4.15.0
v4.14.0
v4.13.0
v4.12.0
v4.11.0
v4.10.0
v4.1.0
v4.0.0
v3.9.1
v3.9.0
v3.8.0
v3.7.2
v3.7.1
v3.7.0
v3.6.4
v3.6.3
v3.6.2
v3.6.1
v3.6.0
v3.5.0
v3.4.2
v3.4.1
v3.4.0
v3.3.0
v3.2.0
v3.12.0
v3.11.0
v3.10.0
v3.1.0
v3.0.0
v2.0.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
4.8.2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'mbroad/code-climate-coverage-develop'
${ noResults }
jrtechs-vis
/
jsdoc.json
3 lines
38 B
Raw
Permalink
Normal View
History
Add template for document generation with 'jsdoc'. (#3497) * Add template for document generation with 'jsdoc'. In essence, it defines the subdirectory `docs` as a `jsdoc` template. Benefits: - allows the usage of partials, in order to DRY common parts of the html files. - makes available the jsdoc-comments, for addition into the documentation. - enables extraction of data from the source code. For example, the list of edge endpoints `['arrow', 'bar', 'circle']` can now be extracted from the source and inserted into the documentation on generation. In this initial version, the only file that has been changed is `docs/data/dataset.html`. In here, partials have been added to illustrate how common page elements can be DRY'd. The template has been set up in such a way, that resource files will be copied and that html files can pass through unchanged if no special template tags (`<?js...?>`) are used. This allows for a gradual transition of the html files to templates. **Usage:** `gulp docs` - The result files are placed in subdirectory `gen/docs/`. **NOTE:** The release procedure will have to be adjusted by adding this gulp command. The docs-files will then have to be taken from `gen/docs`. * Edits to docs/README * Adjusted layout of README.md * Further edits to README.md * Removed pre tags again in README.md - don't work in code block * Linted the gulpfile * Added proof of concept for docs generation from source
7 years ago
{
"plugins"
:
[
"plugins/markdown"
]
}