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

Add wrapping guide to docs #98

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Add wrapping guide to docs #98

merged 3 commits into from
Dec 5, 2024

Conversation

Teschl
Copy link
Contributor

@Teschl Teschl commented Dec 4, 2024

This should contain all changes to the documentation originally made in #72 to add a guide for wrapping libtopotoolbox functions.

closes #76

Copy link
Contributor

@wkearn wkearn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work, @Teschl! There is one out-of-date line, but I can fix it now and then merge.

"\n",
"7. **examples/** If you want to provide an example as documentation for your function, create a new Jupyter notebook here. You can fill the file however you see fit, but make sure to include a section title for the file by making the first line your title and underlining it with `====`.\n",
"\n",
"8. **docs/examples.rst** If you added a new example, include it in the example gallery by adding a new line: `/_temp/name_of_your_example`\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is out of date as of #96. It should be /examples/name_of_your_example

Following the changes in TopoToolbox#96
@wkearn wkearn merged commit 4674305 into TopoToolbox:main Dec 5, 2024
7 checks passed
@Teschl Teschl deleted the guide branch December 7, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial/Guide to wrapping litopotoolbox functions
2 participants