Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Julia: add API docs back #16363

Merged
merged 1 commit into from Oct 3, 2019
Merged

Julia: add API docs back #16363

merged 1 commit into from Oct 3, 2019

Conversation

apua
Copy link
Contributor

@apua apua commented Oct 3, 2019

Description

ndarray and symbolic-node have been refactored by splitting into a
few files in commits ed83071 and 36a3cb8, but the corresponding
document setting for MXNet.jl is not updated yet.

List all split source files into the at_autodoc setting.

Also refer to the at_autodoc setting in julia/docs/src/api/optimizer.md

Checklist

Essentials

  • Changes are complete (i.e. I finished coding on this PR)

Changes

  • Julia docs

Comments

  • has been backported by @iblis17 in PR 16348

`ndarray` and `symbolic-node` have been refactored by splitting into a
few files in commits ed83071 and 36a3cb8, but the corresponding
document setting for MXNet.jl is not updated yet.

List all split source files into the `at_autodoc` setting.

Also refer to the `at_autodoc` setting in `julia/docs/src/api/optimizer.md`
@apua apua requested a review from iblislin as a code owner October 3, 2019 02:56
@marcoabreu marcoabreu merged commit 3244a7a into apache:master Oct 3, 2019
@marcoabreu
Copy link
Contributor

Is there a chance to automatically determine the files for autodoc instead of having to hartcode them?

@iblislin
Copy link
Member

iblislin commented Oct 4, 2019

I guess it can be written as a Julia expression that output a list.
Just ls that dir.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants