Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Welcome to notebookc's documentation!
:maxdepth: 2
:caption: Contents:

readme
installation
usage
contributing
code_of_conduct
history



Indices and tables
Expand Down
1 change: 1 addition & 0 deletions docs/readme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../README.md
12 changes: 12 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=====
Usage
=====

To use NotebookC in a project:

Import your file and call the function.
.. code:: python

from notebookc import notebookc

notebookc.convert("Jeff Hale")