Skip to content

Commit

Permalink
Reorganise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Dec 25, 2023
1 parent 854701c commit cee292e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 28 deletions.
4 changes: 3 additions & 1 deletion docs/_toc.yml
Expand Up @@ -5,4 +5,6 @@ format: jb-book
root: intro
chapters:
- file: examples
- file: api
- file: io
- file: graph
- file: interval
27 changes: 0 additions & 27 deletions docs/api.rst

This file was deleted.

15 changes: 15 additions & 0 deletions docs/graph.rst
@@ -0,0 +1,15 @@
Graphs
======

Graphs Which Are Grids: Boards
------------------------------
.. automodule:: aoc.board
:members:

General Graph Algorithms
------------------------
.. automodule:: aoc.graph
:members:
.. automodule:: aoc.flow
:members:

7 changes: 7 additions & 0 deletions docs/interval.rst
@@ -0,0 +1,7 @@
Interval Arithmetic
===================

Interval
--------
.. automodule:: aoc.interval
:members:
5 changes: 5 additions & 0 deletions docs/io.rst
@@ -0,0 +1,5 @@
Input--Output Operations
========================

.. automodule:: aoc.io
:members:

0 comments on commit cee292e

Please sign in to comment.