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

Documentation #16

Open
goord opened this issue Jul 29, 2019 · 1 comment
Open

Documentation #16

goord opened this issue Jul 29, 2019 · 1 comment

Comments

@goord
Copy link
Collaborator

goord commented Jul 29, 2019

The DALES python interface needs sphinx documentation and an entry in readthedocs.io. This has high priority because other issues depend on this.

@fjansson
Copy link
Collaborator

fjansson commented Aug 7, 2019

There is now a skeleton for Sphinx documentation set up inomuse/doc. For each model, the documentation can be placed in a 'doc' inside the models directory. For Dales, this is already done.

To build the documentation, run make html in the doc directory. The compiled documentation is placed in omuse/doc/_build/.

If OMUSE was installed in a virtual Python environment, the documentation should be build with the same environment active. Use pip install sphinx sphinx_rtd_theme to install Sphinx in the environment.

Still to do:

  • extend the Dales documentation.
    • list the grids and their variables
    • show how grids are accessed asynchronously (once this is merged into AMUSE)
    • describe examples
  • add to readthedocs.io
  • add links to documentation to the paper metadata table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants