Coder Social home page Coder Social logo

Comments (10)

dawez avatar dawez commented on July 19, 2024 9

Question: Would be possible to add the generated documentation directly to this repository?

from node-graphviz.

dummey avatar dummey commented on July 19, 2024 4

I ended up using jsdoc and it's pretty usable (it also knows to pull in the readme.md for its index which is nice).

$ npm install -g jsdoc
$ jsdoc -r *

screencapture-file-Users-ricky-ng-Code-hugo-node-graphviz-out-graphviz-0-0-9-index-html-2020-07-15-12_32_07

from node-graphviz.

whyboris avatar whyboris commented on July 19, 2024 1

I have just tried out jsdoc-to-markdown with this repository and got something sensible.

To replicate:

  1. npm i jsdoc-to-markdown
  2. add "scripts": { "doc": "jsdoc2md lib/deps/graph.js > doc.md" } to the package.json
  3. run npm run doc 🤷
  4. Open the doc.md file in something that can display markdown in a pretty way 😅

It's at least something 😉

from node-graphviz.

prantlf avatar prantlf commented on July 19, 2024 1

How about removing dox and using jsdoc-to-markdown? A generated API.md could be included in the repository.

from node-graphviz.

beatak avatar beatak commented on July 19, 2024

I vote for this. And also dox doesn't support html anymore??? Not sure, but at the same time, there's jsdoc and it seems working well. What I did is:

find lib -name '*.js' -type f | xargs jsdoc

from node-graphviz.

callcter avatar callcter commented on July 19, 2024

@beatak work!

from node-graphviz.

pacostas avatar pacostas commented on July 19, 2024

Hello, where i can find the documentation about this library?

from node-graphviz.

ChangXiaoning avatar ChangXiaoning commented on July 19, 2024

I also have the question: I just generate the file documentation.json using the command jake doc && open documentation.html. Why not add the documentation directly to this repository?

from node-graphviz.

n3h3m avatar n3h3m commented on July 19, 2024

Oh please, give us the documentation like. The whole Jake project in Github gives 404 :p

from node-graphviz.

miparnisari avatar miparnisari commented on July 19, 2024

dox doesn't support html anymore???

Apparently not... this is a bit of a problem. Not sure how to get documentation.json in a human-readable way...

from node-graphviz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.