Skip to content

Commit

Permalink
12am and I have a talk to give in 9 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseops committed Oct 27, 2016
1 parent a718e85 commit d77c2d7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Main Interface
--------------

.. autoclass:: yact.Config
:members:
5 changes: 1 addition & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
YACT - A Pythonic approach to configuration
===========================================

Release v\ |version|. (:ref:`Installation <install>`)
Release v\ |version|. (:ref:`Installation <installation>`)

YACT is a friendly configuration tool that does all the heavy lifting so you don't have to.

Expand Down Expand Up @@ -47,9 +47,6 @@ Here you will find documentation of the actual code. Wondering what exactly

api

.. autoclass:: yact.Config
:members:


Contribution Guide
------------------
Expand Down
7 changes: 7 additions & 0 deletions docs/usage/advanced.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Advanced
========

Here Be Dragons (AKA unsafe YAML)
---------------------------------

TODO: This
16 changes: 16 additions & 0 deletions docs/usage/quickstart.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Quickstart
==========


.. _installation:

Installation
------------


Loading Config
--------------


Saving Config
-------------

0 comments on commit d77c2d7

Please sign in to comment.