Skip to content
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

Avoid mapscript function name warnings #964

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

geographika
Copy link
Member

Currently, Sphinx is reporting several of the following errors. This pull request fixes this.

WARNING: Summarised items should not include the current module. Replace 'mapscript.add_dll_path' with 'add_dll_path'. [autosummary.import_cycle]
WARNING: Summarised items should not include the current module. Replace 'mapscript.fromstring' with 'fromstring'. [autosummary.import_cycle]
WARNING: Summarised items should not include the current module. Replace 'mapscript.msCleanup' with 'msCleanup'. [autosummary.import_cycle]
WARNING: Summarised items should not include the current module. Replace 'mapscript.msConnPoolCloseUnreferenced' with 'msConnPoolCloseUnreferenced'. [autosummary.import_cycle]
WARNING: Summarised items should not include the current module. Replace 'mapscript.msFreeImage' with 'msFreeImage'. [autosummary.import_cycle]

@geographika geographika added the backport branch-8-2 (live) To backport a pull request to branch-8-2 label Sep 22, 2024
@geographika geographika merged commit 2962ff9 into MapServer:main Sep 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport branch-8-2 (live) To backport a pull request to branch-8-2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant