Skip to content

Commit

Permalink
Release latest version of the docs
Browse files Browse the repository at this point in the history
Changed some documentation specifics, bumping PATCH version to these
updates make it to pypi (0.17.1)
  • Loading branch information
pappasam committed Dec 13, 2019
1 parent cef26f1 commit 8c10c8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ poetry add toml-sort

## Motivation

This library sorts TOML files, providing the following features:
This library sorts TOML files, providing the following features:

* Sort tables and Arrays of Tables (AoT)
* Option to sort non-tables / non-AoT's, or not
Expand Down Expand Up @@ -109,7 +109,7 @@ Local development for this project is quite simple.

Install the following tools manually.

* [Poetry](https://github.com/sdispater/poetry#installation)
* [Poetry>=1.0](https://github.com/sdispater/poetry#installation)
* [GNU Make](https://www.gnu.org/software/make/)

*Recommended*
Expand All @@ -130,4 +130,4 @@ make test

## Written by

Samuel Roeca *samuel.roeca@gmail.com*
Samuel Roeca, *samuel.roeca@gmail.com*
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
cli
modules

.. mdinclude:: ../README.md

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. mdinclude:: ../README.md
4 changes: 1 addition & 3 deletions docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Modules
#######

This page documents the modules that can be used as library code. Note: these
modules are subject to change dramatically and are not as stable as the command
line interface.
This page documents importable modules and their contents.

toml_sort.tomlsort
==================
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ include_trailing_comma = true

[tool.poetry]
name = "toml-sort"
version = "0.17.0"
version = "0.17.1"
description = "Toml sorting library"
authors = ["Sam Roeca <samuel.roeca@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/pappasam/toml-sort"
homepage = "https://toml-sort.readthedocs.io/en/latest/"
repository = "https://github.com/pappasam/toml-sort"
keywords = ["toml", "sort", "cli", "unix", "utility"]
classifiers = [
Expand Down

0 comments on commit 8c10c8f

Please sign in to comment.