Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docs #203

Merged
merged 51 commits into from
Nov 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
518639b
First stab at doc structure
robertdstein Nov 21, 2022
fa5df3e
add makefles
robertdstein Nov 21, 2022
a2a529c
add .yml
robertdstein Nov 21, 2022
8fcb28a
fix import rubbish
robertdstein Nov 21, 2022
476bc51
updat
robertdstein Nov 21, 2022
9651dfd
Delete redundant reference
robertdstein Nov 21, 2022
53e93a9
Update rtd
robertdstein Nov 21, 2022
7b4827d
Add docs to readme
robertdstein Nov 21, 2022
c8531d8
Import version/name
robertdstein Nov 21, 2022
4355be1
Add autodoc
robertdstein Nov 21, 2022
a887d68
Update .yml
robertdstein Nov 21, 2022
39ae3ed
Add requirements.txt
robertdstein Nov 21, 2022
5e62f1d
Go for requirements
robertdstein Nov 21, 2022
f2945f0
Go for requirements
robertdstein Nov 21, 2022
651af08
Try again
robertdstein Nov 21, 2022
07fe481
Try again
robertdstein Nov 21, 2022
4305a51
Modify old way
robertdstein Nov 21, 2022
f8fe48f
Modify old way
robertdstein Nov 21, 2022
b8cb542
Modify old way
robertdstein Nov 21, 2022
a3f19d9
hybrid
robertdstein Nov 21, 2022
e91810f
postcheckout
robertdstein Nov 21, 2022
5022d6a
postcheckout
robertdstein Nov 21, 2022
a4014b3
update requirements
robertdstein Nov 21, 2022
d22c275
Try usiung requirements
robertdstein Nov 21, 2022
98db103
try again
robertdstein Nov 21, 2022
8acc8c6
More poetry
robertdstein Nov 21, 2022
fb352fb
More poetry
robertdstein Nov 21, 2022
03b9043
try again
robertdstein Nov 21, 2022
06feed4
Set raw/output dir
robertdstein Nov 21, 2022
c14718c
Update paths
robertdstein Nov 21, 2022
4720932
Try better
robertdstein Nov 21, 2022
9632c4c
Try best
robertdstein Nov 21, 2022
a21c247
Go for .yml
robertdstein Nov 22, 2022
a9130c0
Do not fail on warning
robertdstein Nov 22, 2022
3a27a73
Update index
robertdstein Nov 22, 2022
bd6367d
try real code
robertdstein Nov 22, 2022
5532b7d
Try again again
robertdstein Nov 22, 2022
66e21b8
Delete redundant export
robertdstein Nov 22, 2022
1db1c2a
Real installation instructions
robertdstein Nov 22, 2022
6c1747c
Run doctest in CI
robertdstein Nov 22, 2022
7277e34
Update dependency
robertdstein Nov 22, 2022
e5fa466
Add installation instructions:
robertdstein Nov 22, 2022
4137663
Run doc tests
robertdstein Nov 22, 2022
7cd6186
Install build-essentials
robertdstein Nov 22, 2022
b5ad3d9
try cd
robertdstein Nov 22, 2022
81a9e2d
Try better CI
robertdstein Nov 22, 2022
78729c8
Try betterer
robertdstein Nov 22, 2022
58f9969
viewcode
robertdstein Nov 22, 2022
2ccf8e1
Update docs
robertdstein Nov 22, 2022
50a2f0b
Fix deliberate typo
robertdstein Nov 22, 2022
d1d61de
Bump readme
robertdstein Nov 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Go for requirements
  • Loading branch information
robertdstein committed Nov 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f2945f012fecc11773053b9bb38283cae60408a2
9 changes: 3 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.10"

python:
version: "3.10"
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs/requirements.txt