You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/autoapi/templates/go
Armand BENETEAU fa3b0b3f70 Fix Go documentation generation (#172)
* Correction of the "parameters" accessibility problem in the Go mapper

The "parameters" attributes of the GoPythonMapper class instance was
not accessible from the "output_rst" function used to create the .rst
file. Thanks to this correction, the parameters are now accessible.

* Enhance the template used to genertae the .rst file from the .go source file

This modification allows to create a .rst file compatible with the
last version of Sphinx. Without this correction, the creation of documentation
was not possible. A "make html" command lead to an "AssertionError" Exception.
5 years ago
..
base_member.rst Fix Go documentation generation (#172) 5 years ago
const.rst Untested first pass of templates 9 years ago
func.rst Clean up cruft and handle a few failures better 9 years ago
method.rst Untested first pass of templates 9 years ago
package.rst Fixed private submodules displaying when private-members turned off 5 years ago
type.rst Untested first pass of templates 9 years ago
var.rst Untested first pass of templates 9 years ago