TNO Intern

Commit 7d0f22d9 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

creating a docs setup

parent 1443ac7a
Loading
Loading
Loading
Loading

MANIFEST.in

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
recursive-include pythermogis/resources *
+16 KiB
Loading image diff...

docs/index.md

0 → 100644
+17 −0
Original line number Diff line number Diff line
# Welcome to MkDocs

For full documentation visit [mkdocs.org](https://www.mkdocs.org).

## Commands

* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.

## Project layout

    mkdocs.yml    # The configuration file.
    docs/
        index.md  # The documentation homepage.
        ...       # Other markdown pages, images and other files.
+3 −0
Original line number Diff line number Diff line
# API Reference

::: pythermogis.thermogis_classes.doublet
 No newline at end of file
Loading