Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
curskey committed Oct 22, 2023
1 parent abf1587 commit a179ecf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========
----------

Version 0.1
-----------
~~~~~~~~~~~

Released 2023-10-21

Expand Down
5 changes: 0 additions & 5 deletions docs/source/api.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/changes.rst

This file was deleted.

18 changes: 11 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,16 @@ Flask-Blueprints-Loader has the following constraints and drawbacks:
* Blueprints are expected to be organized in a specific way, with a :py:mod:`views.py` module containing the :py:obj:`Blueprint` instance in each blueprint package.
* If your blueprints are not organized in this way, you may need to make changes to your code to use Flask-Blueprints-Loader.

Additional Information
----------------------

.. toctree::
:maxdepth: 2
API Reference
-------------

.. autoclass:: flask_blueprints_loader.blueprints_loader.BlueprintsLoader
:members:

.. include:: ../../CHANGES.rst

License
-------------

api
changes
license
This project in under the :doc:`/license`.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ Issue = "https://github.com/curskey/flask-blueprints-loader/issues/"
name = "flask_blueprints_loader"

[tool.flit.sdist]
include = ["tests/", "docs/"]
include = [
"tests/",
"docs/",
"CHANGES.rst"
]

[tool.black]
line-length = 100
Expand Down

0 comments on commit a179ecf

Please sign in to comment.