Giter VIP home page Giter VIP logo

dok's Issues

table as a non-required argument

Hello,

I am using the following code :

function Dataframe:__init(...)
    local args = dok.unpack(
        {...},
        'Dataframe.__init',
        'Initializes dataframe object',
        {arg='csv_or_data', type='table', 
                 help='Path to CSV file or a data table for loading initial data', req=false})

    ...
end

I have two ways to call my class:

local df = Dataframe{csv_or_data={['my_table']={}}}

or

local df = Dataframe({['my_table']={}})

If the argument is set to non-required (req=false) and it waits for a table, the second method won't work. I tried with string type and everything perfectly work.

Doc of Dok

Hi,

I am using dok.unpack()in my project and I was wondering how I could use dokto automatically generate my documentation. Do you have any resource to understand how to use it that way ?

In the rockspec file I read

Support for the old torch7 dok system

Is dokdeprecated ? If so, is there any replacement ?

Thank you

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.