-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 documenter docs #99
Conversation
Used new documenter according: https://discourse.julialang.org/t/psa-use-a-project-for-building-your-docs/14974 |
_*.dat | ||
*.swp | ||
__pycache__/ | ||
Manifest.toml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok to include these, actually. In future we'll be using them for CI anyway.
|
||
env: | ||
global: | ||
- DOCUMENTER_DEBUG=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it right to leave this in when merging to master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends on what you prefer. The configuration on discourse has the debug option on.
Is this still WIP? |
Oops, no. I think this can be merged now. We can polish the doc in other PRs. |
Alright, thanks for setting this up! |
#83