The Wayback Machine - https://web.archive.org/web/20200705190709/https://github.com/topics/apidoc
Skip to content
#

apidoc

Here are 119 public repositories matching this topic...

chseip
chseip commented Dec 18, 2017

Is it possible to specify the directories in the config file?
This means, instead of this:
vendor/bin/apigen generate src tests --destination docs
For example to it this way:

parameters:
    visibilityLevels: [public, protected] # array
    annotationGroups: [todo, deprecated] # array
    title: "ApiGen Docs" # string
    baseUrl: "http://apigen.org/api" # string
    overwrite: fal
gadgethacker730
gadgethacker730 commented Jan 29, 2020

Problem:
You list:
http://10.5.5.9/gp/gpControl/setting/2/3
as the command for 2.7K 4:3

but that doesn't work, and the correct command is
http://10.5.5.9/gp/gpControl/setting/2/6

I have to wonder if this was inherited from previous models. I tested on the hero 7 black.

Also I think it's worth pointing out on that page that the aspect ratio MUST be set in correct combination with

JoabMendes
JoabMendes commented Mar 11, 2020

I have the following structure in my project:

project
     ├── core
     │      └── factory.py
     └── docs
             └── swagger.yaml

My core.factory.py loads the swagger.yaml in the build_app function with:

    setup_swagger(
        app,
        swagger_url='/docs',
        swagger_from_file="/../docs/swagger.yaml"
    )

But it crashes the app raising

tunnckoCore
tunnckoCore commented Sep 21, 2019

Hey @jonschlinkert :)

The comment's code.context is an empty object when using export default, arrow function.

/**
 * Foobar 1 with default export arrow function and typescript
 * and empty code.context
 *
 * @param  {string} `commit` a commit message
 * @api public
 */

export default (commit: string): Commit => {};

/**
 * Foobar 2 with default export arrow function

BeAPI Framework is an 'Enterprise Ready' API Automation Framework. It implements the NEW API Pattern ( https://www.slideshare.net/bobdobbes/api-pattern ) allowing for abstraction of the communication layer from the business logic layer thus improving scalability, speed and synchronization of I/O state in distributed systems as well as the ability to AUTOMATE ALL API CALLS AND PROCESSES.

  • Updated Jun 29, 2020
  • Groovy
niosHD
niosHD commented Aug 13, 2018

The sub package filter in the create_package_file function also removes implicit namespace packages (i.e., https://github.com/goerz/better-apidoc/blob/e1e4c59f709bb2f5d0b2a8f2515f9ad4e63a0bf2/better_apidoc.py#L453).

The issue is apparently already fixed in the upstream apidoc tool which performs the filtering using shall_skip (see https://github.com/sphinx-doc/sphinx/blob/b135e7ce4a919f73c0

Improve this page

Add a description, image, and links to the apidoc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apidoc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.