-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attaching docs to call overloading (self::Objectt)(a,b,c) #228
Comments
Documenting call syntax is not supported by the docsystem at the moment, since there isn't a particular named object that the docstring should be attached to, i.e. it is trying to document an instance of a named object |
(Closing since there's not much that can be done within Documenter itself to change this). |
* Reworking FieldBoundaryConditions * Refactors FieldBoundaryConditions * Fixes many tests * More test fixes * Update docs/src/model_setup/boundary_conditions.md Co-authored-by: Navid C. Constantinou <[email protected]> * Nuke AuxiliaryFieldBoundaryConditions; just use special FieldBoundaryConditions * No more x, y, z, right, left... * Banish DiffusivityBoundaryConditions * Banish CoordinateBoundaryConditions * Fixes boundary condition test with ContinuousBoundaryFunction * Adds better default bcs for VelocityFields and TracerFields * New syntax! * Iterate better over boundary conditions * Fixes bug in field_boundary_conditions * Fix TracerFields implementation * Were not ready for zero flux boundary conditions... * Fixes bottom-top mix up * Fixes broken ref to Nx in Poisson solver test * Default for ZFaceField was changed so now broadcasting tests need to be changed too * Fix regularize_boundary_condition for CubedSpheres * West vs east * Fix issues with TKEBasedVerticalDiffusivity * Fiddling with AMD boundary conditions * Adds regularize_boundary_conditions for regular bcs on ConformalCubedSphereGrid * Fixes bug in determining tracer diffusivity bcs with AMD * Adds location to FieldBoundaryConditions for broadcasting test * Properly inject CubedSphere exchange bcs during regularization * Adds a method for nested NamedTuple boundary conditions * Fixes VelocityFields constructor to use valid regularized boundary conditions * Updates to new syntax for stratified couette flow * Elide tendency fields when velocities are prescribed * Import regularize_boundary_conditions into field_tuples * Try 2 with poisson solver test refactor * Simplifies default calculation * Fixes ommission of tracer tendencies when using prescribed velocities * Import regularize_field_boundary_conditions into poisson solver tests * Eta is prognostic, not w * Adds missing comma in show methods * Fix doctests * Fix doctests * Fix doctests * Fix docstring in Field constructor * Use FluxBoundaryCondition * Where bc? * Ancient issues with library.md * Comments out library to see what happens * Deletes misleading and impertinent comments * Bump to 0.59.0 * Comments out appendix in docs * Cleans up BoundaryConditions code + docstrings * Docs despration * update BoundaryConditions pages * can't document call syntax; see JuliaDocs/Documenter.jl#228 * back to including everything * improves some docstrings * Updates validation experiments * Fixes typos in TKEBasedVerticalMixing validation Co-authored-by: Navid C. Constantinou <[email protected]>
This code errors with the cryptic message:
see dmlc/MXNet.jl#118
The text was updated successfully, but these errors were encountered: