Skip to content

Commit

Permalink
more clear headings, a slight re-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ofloveandhate committed Jul 24, 2024
1 parent 0d86e32 commit ec5cebf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/emoji.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Emojification
🙂 Emojification
==================


Expand Down
4 changes: 2 additions & 2 deletions docs/gotchas.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Gotchas
==========
💥 Gotchas
===========


There are some idiosyncrasies in `markdown2canvas`. This page is me doing my best to share them with you.
Expand Down
32 changes: 21 additions & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the documentation for `markdown2canvas`, a Python library for containeri
:maxdepth: 2
:caption: Contents:

Tutorials
Tutorials 👩‍🏫
================

.. toctree::
Expand All @@ -30,34 +30,44 @@ Tutorials



.. _Top_Notes:

Notes
========
Usage notes
=================================

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: Some useful notes on aspects of using the library

gotchas
emoji
on_meta_dot_json
markdown_1
making_links_to_existing_content
wishlist
unit_tests
history



Useful links
==============



Useful links 🔗
================

* `Canvas API documentation at root level <https://canvasapi.readthedocs.io/en/stable/>`_
* `Canvas API class documentation <https://canvasapi.readthedocs.io/en/stable/class-reference.html>`_ I use this when chasing down how to set additional properties for various content types.



Implementation notes
=======================

.. toctree::
:maxdepth: 1
:caption: Notes about library implementation

wishlist
unit_tests
history


Details 📝
================

Expand Down
6 changes: 1 addition & 5 deletions docs/on_meta_dot_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ The `meta.json` file must be present in every containerized content folder.



Valid properties
-----------------


meta.json for ALL content types
*********************************

Expand Down Expand Up @@ -130,7 +126,7 @@ Optional:


What happens if I specify a property / key that's not used or is invalid?
-----------------------------------------------------------------------------
*****************************************************************************

* Extra keys are ignored with no message.
* Missing required keys hopefully WILL generate a problem!!!
Expand Down

0 comments on commit ec5cebf

Please sign in to comment.