Skip to content

Commit

Permalink
Bump version to 1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Feb 28, 2021
1 parent a878c19 commit 7c981e2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
sphinxnotes-snippet
===================

------------------------------------------------------
Non-intrusive snippet manager for Sphinx documentation
------------------------------------------------------

Please refer to https://sphinx-notes.github.io/snippet/ for documentation.
28 changes: 18 additions & 10 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
sphinxnotes-snippet
===================

-----------------------------------------------------------------
Non-intrusive literate programming tools for Sphinx documentation
-----------------------------------------------------------------
------------------------------------------------------
Non-intrusive snippet manager for Sphinx documentation
------------------------------------------------------

.. image:: https://img.shields.io/github/stars/sphinx-notes/snippet.svg?style=social&label=Star&maxAge=2592000
:target: https://github.com/sphinx-notes/snippet
Expand Down Expand Up @@ -38,33 +38,41 @@ TODO
#
]
.. _Configuration:

Extension
=========

Configuration
=============
-------------

The extension provides the following configuration:

:snippet_config: (Type: ``Dict[str,Any]``, Default: ``{}``)
Configuration of snippet cli command.

:snippet_patterns: (Type: ``Dict[str,str]``, Default: ``{}``)
:snippet_patterns: (Type: ``Dict[str,List[str]]``, Default: ``{}``)

Functionalities
===============

TODO
Command Line Tool
=================

A python script named :file:`snippet` should be installed in your path.
(Usually :file:`/usr/local/bin` or :file:`~/.local/bin`).

Invoke ``snippet --help`` for usage.

Change Log
==========

2021-02-27 1.0b0
2021-02-28 1.0b1
----------------

.. sectionauthor:: Shengyu Zhang

- Refactor!!!

- Rename from sphinxnotes-khufu

2021-02-01 1.0a1
----------------
Expand Down
4 changes: 2 additions & 2 deletions sphinxnotes/snippet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

__title__= 'sphinxnotes-snippet'
__license__ = 'BSD',
__version__ = '1.0b0'
__version__ = '1.0b1'
__author__ = 'Shengyu Zhang'
__url__ = 'https://sphinx-notes.github.io/snippet'
__description__ = 'Non-intrusive literate programming tools for Sphinx documentation'
__description__ = 'Non-intrusive snippet manager for Sphinx documentation'
__keywords__ = 'documentation, sphinx, extension, utility'


Expand Down

0 comments on commit 7c981e2

Please sign in to comment.