Skip to content

Commit 21fb345

Browse files
authored
Merge pull request #5 from TTWShell/release-docs
release to readthedocs
2 parents 1be09b0 + 84645d1 commit 21fb345

File tree

5 files changed

+228
-37
lines changed

5 files changed

+228
-37
lines changed

Pipfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ pypandoc = "*"
1010
tox = "*"
1111
pytest = "*"
1212
pytest-cov = "*"
13+
flask-sphinx-themes = "*"
14+
sphinx = "*"
15+
sphinx-autobuild = "*"
16+
recommonmark = "*"
1317

1418
[dev-packages]
1519

Pipfile.lock

Lines changed: 211 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
11
# Hobbit-core
22

3-
一个生成 flask 项目的工具,包含基础工具集。
3+
A flask project generator.
44

5-
# Tree
5+
[Readmedocs](https://hobbit-core.readthedocs.io/en/latest/)
66

7-
.
8-
├── demo
9-
│   ├── __init__.py
10-
│   ├── config.py
11-
│   ├── exts.py
12-
│   ├── models
13-
│   │   ├── __init__.py
14-
│   │   └── example.py
15-
│   ├── run.py
16-
│   ├── schemas
17-
│   │   ├── __init__.py
18-
│   │   └── example.py
19-
│   ├── utils.py
20-
│   └── views
21-
│   ├── __init__.py
22-
│   └── example.py
23-
├── docs
24-
├── requirements.txt
25-
└── tests
26-
├── __init__.py
27-
├── conftest.py
28-
└── test_example.py
7+
# Install
298

30-
#
9+
pip install hobbit-core
10+
11+
# Show help
12+
13+
hobbit --help

docs/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
.. hobbit-core documentation master file, created by
2-
sphinx-quickstart on Tue Sep 25 15:33:01 2018.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
61
Welcome to hobbit-core's documentation!
72
=======================================
83

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Flask-Sphinx-Themes==1.0.2
2+
recommonmark==0.4.0
3+
Sphinx==1.8.1
4+
sphinx-autobuild==0.7.1
5+

0 commit comments

Comments
 (0)