Skip to content

Commit d23adbd

Browse files
committed
doc: include README in the documentation
1 parent 3a98a2c commit d23adbd

5 files changed

Lines changed: 168 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# scim-cli [![Documentation Status](https://readthedocs.org/projects/scim-cli/badge/?version=latest)](https://scim-cli.readthedocs.io/en/latest/?badge=latest) ![Unit tests](https://github.com/yaal-coop/scim-cli/actions/workflows/tests.yaml/badge.svg)
1+
# scim-cli
22

33
A scim utility command line.

doc/conf.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
year = datetime.datetime.now().strftime("%Y")
2626
copyright = f"{year}, Yaal Coop"
2727
author = "Yaal Coop"
28+
source_suffix = {
29+
".rst": "restructuredtext",
30+
".txt": "markdown",
31+
".md": "markdown",
32+
}
2833

2934
version = metadata.version("scim_cli")
3035
language = "en"
@@ -51,6 +56,20 @@
5156
{
5257
"title": "SCIM",
5358
"url": "https://simplecloud.info/",
59+
"children": [
60+
{
61+
"title": "RFC7642 - SCIM: Definitions, Overview, Concepts, and Requirements",
62+
"url": "https://tools.ietf.org/html/rfc7642",
63+
},
64+
{
65+
"title": "RFC7643 - SCIM: Core Schema",
66+
"url": "https://tools.ietf.org/html/rfc7643",
67+
},
68+
{
69+
"title": "RFC7644 - SCIM: Protocol",
70+
"url": "https://tools.ietf.org/html/rfc7644",
71+
},
72+
],
5473
},
5574
{"title": "PyPI", "url": "https://pypi.org/project/scim_cli"},
5675
],

doc/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
scim-cli
2-
========
3-
4-
scim-cli is a tool to help you develop scim applications.
1+
.. include:: ../README.md
2+
:parser: myst_parser.parsers.docutils_
53

64
.. danger ::
75
8-
scim-cli is in very early development, there is nothing to use yet!
6+
scim-cli is in very early development, there is not much to use yet!
7+
8+
Table of contents
9+
-----------------
910

1011
.. toctree::
1112
:maxdepth: 2

poetry.lock

Lines changed: 141 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pytest-httpserver = "^1.0.10"
4242
shibuya = "^2024.5.15"
4343
sphinx = "^7.3.7"
4444
sphinx-click = "^6.0.0"
45+
myst-parser = "^3.0.1"
4546

4647
[tool.poetry.scripts]
4748
scim = "scim_cli:cli"

0 commit comments

Comments
 (0)