Skip to content

Remove documentation references to old BC types #135

Description

@valeriabarra

At the moment, when we build our docs we get the following warning messages:

WARNING: error while formatting arguments for addBC1D: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC1Dlhs: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC1Drhs: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC2D: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC2Dlhs: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC2Drhs: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC3D: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC3Dlhs: 'NoneType' object has no attribute 'args'
WARNING: error while formatting arguments for addBC3Drhs: 'NoneType' object has no attribute 'args'

Although they are non-breaking warnings, they are signaling an issue. I searched in the code and it appears that all these BC types were removed in PR #99 , so the documentation should be updated.

Metadata

Metadata

Assignees

Labels

DocumentationImprovements or additions to documentation

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions