Skip to content

Commit

Permalink
Add How to generate documentation to README.md and reordered buzzard.…
Browse files Browse the repository at this point in the history
…rst class documentation.
  • Loading branch information
hervenivon committed Jul 6, 2018
1 parent 3b40328 commit fe00f3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ You can also:
- get yourself familiar with the [public classes](https://github.com/airware/buzzard/wiki/Public-classes)
- play with the examples [examples.ipynb](./docs/examples.ipynb)

How to compile documentation on your local computer:
```sh
$> cd docs
$> make html
$> open _build/html/index.html
```

## Contributions and feedback

Welcome to the `buzzard` project! We appreciate any contribution and feedback, your proposals and pull requests will be considered and responded to. For more information, see the [`CONTRIBUTING.md`](./CONTRIBUTING.md) file.
Expand Down
12 changes: 6 additions & 6 deletions docs/buzzard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ buzzard
Classes
-------

.. autoclass:: buzzard.Footprint
.. autoclass:: buzzard.DataSource
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: buzzard.DataSource
.. autoclass:: buzzard.Env
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: buzzard.Proxy
.. autoclass:: buzzard.Footprint
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: buzzard.Raster
.. autoclass:: buzzard.Proxy
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: buzzard.Vector
.. autoclass:: buzzard.Raster
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -44,7 +44,7 @@ Classes
:undoc-members:
:show-inheritance:

.. autoclass:: buzzard.Env
.. autoclass:: buzzard.Vector
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit fe00f3d

Please sign in to comment.