Giter VIP home page Giter VIP logo

Comments (8)

jonludlam avatar jonludlam commented on May 30, 2024 1

I wouldn't rely on it in its current implementation, but think of it as an aspirational command - we'll get it right next version :-)

from bsdoc.

yawaramin avatar yawaramin commented on May 30, 2024

from bsdoc.

jonludlam avatar jonludlam commented on May 30, 2024

This may not be a good idea, particularly with the new model. It's quite aggressive with caching and memoizing for performance - though it does depend on which libraries you're using.

from bsdoc.

yawaramin avatar yawaramin commented on May 30, 2024

@jonludlam yeah, now I'm leaning more towards using BuckleScript's vendored Ninja build tool to drive doc generation using just odoc compile and odoc html calls.

from bsdoc.

jonludlam avatar jonludlam commented on May 30, 2024

sounds good. Out of interest, does ninja need to know what files will be produced? (ie, the html-targets command)

from bsdoc.

yawaramin avatar yawaramin commented on May 30, 2024

Yeah, at least roughly the main outputs. For example, and I'm planning to implement this, if I have a file src/foo/foo__bar.ml, then I need to tell Ninja about the following outputs from odoc html:

  • docs/foo__bar/index.html
  • docs/foo/bar/index.html (because of alias module Bar = Foo__Bar in src/foo.ml)

from bsdoc.

yawaramin avatar yawaramin commented on May 30, 2024

@jonludlam oh, I just realized odoc html-targets is an actual command, which, I assume, prints out the output HTML files. Will look into that.

from bsdoc.

yawaramin avatar yawaramin commented on May 30, 2024

Closing to try Ninja-driven approach as mentioned above.

from bsdoc.

Related Issues (15)

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.