Skip to content

Commit 9689b7e

Browse files
authored
Docs/final docs update (#16)
* docs: remove old actions * docs: update README.md
1 parent bf95627 commit 9689b7e

File tree

4 files changed

+6
-64
lines changed

4 files changed

+6
-64
lines changed

.github/workflows/github-page.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Deploy Docs to Pages
33

44
on:
55
# Runs on pushes targeting the default branch

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
[![last-commit](https://img.shields.io/github/last-commit/denisart/graphql2python/master)](https://github.com/denisart/graphql2python)
66
[![license](https://img.shields.io/github/license/denisart/graphql2python)](https://github.com/denisart/graphql2python/blob/master/LICENSE)
77

8-
graphql2python is a tool that generates python code out of your GraphQL schema.
8+
**graphql2python** is a tool that generates python code out of your GraphQL schema.
99
If you are using python as GraphQL client you can to generate GraphQL queries and
10-
pydantic data-model with graphql2python.
10+
pydantic data-model with **graphql2python**.
11+
12+
The documentation for **graphql2python** can be found at [https://denisart.github.io/graphql2python](https://denisart.github.io/graphql2python).
1113

1214
graphql2python has the following tools for your python GraphQL client:
1315

1416
- python classes for generate of GraphQL queries;
1517
- the function for generation of pydantic data-model by your GraphQL schema;
1618
- ... (in future releases);
1719

18-
The special example for [gql](https://gql.readthedocs.io/en/latest/index.html) users [here](https://github.com/denisart/graphql2python/blob/master/docs/source/gql.rst).
20+
The special example for [gql](https://gql.readthedocs.io/en/latest/index.html) users [here](https://denisart.github.io/graphql2python/gql.html).
1921

2022
## Quickstart
2123

@@ -38,6 +40,3 @@ and run the following command
3840
```bash
3941
graphql2python render --config ./graphql2python.yaml
4042
```
41-
42-
See the documentation for all the possibilities (
43-
while it is `docs/source/`).

docs/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)