Skip to content

Commit

Permalink
209 demo code (#233)
Browse files Browse the repository at this point in the history
* Added gptables demo example

* Simplified gptables demo code

* Fix typo

* Rename files more appropriately

* Add code to example usage section of readthedocs

* Revert simplification changes to fix corrupt output

* Re-add to example usage section and add gridlines

* Remove refernce to iris table

* Add comments for removing empty rows and columns
  • Loading branch information
ldavies99 authored Aug 21, 2024
1 parent 82e6785 commit dc6aaff
Show file tree
Hide file tree
Showing 4 changed files with 762 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ examples_ directory of the package.



.. automodule:: gptables.examples.survey_data

.. literalinclude:: ../../gptables/examples/survey_data.py
:language: python
:lines: 8-


R Usage
-------

Expand Down
Loading

0 comments on commit dc6aaff

Please sign in to comment.