f54f7f24fd
* Fix Parameters typo * Almost working documentation generation * Remove genarted html files, update conf and index * Update docs/conf.py * Add docs/source files * Prevent creation of modules.rst; update index.rst * Move conf.py and index.rst to docs/source * Add opening paragraph to index.rst * Fix flake8 issues
23 lines
733 B
ReStructuredText
23 lines
733 B
ReStructuredText
.. Buku documentation master file, created by
|
||
sphinx-quickstart on Thu Sep 7 12:54:59 2017.
|
||
You can adapt this file completely to your liking, but it should at least
|
||
contain the root `toctree` directive.
|
||
|
||
Buku
|
||
====
|
||
|
||
`buku <https://github.com/jarun/buku>`_ is a powerful bookmark manager written in Python3 and SQLite3. When I started writing it, I couldn’t find a flexible cmdline solution with a private, portable, merge-able database along with browser integration. Hence, Buku (after my son’s nickname, meaning close to the heart in my language).
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
:caption: Table of Contents
|
||
|
||
Buku <buku>
|
||
|
||
Indices and tables
|
||
==================
|
||
|
||
* :ref:`genindex`
|
||
* :ref:`modindex`
|
||
* :ref:`search`
|