Skip to content

Add sphinx documentation #222

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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Add sphinx documentation #222

wants to merge 24 commits into from

Conversation

cav71
Copy link
Contributor

@cav71 cav71 commented May 11, 2018

No description provided.

cav71 and others added 4 commits May 11, 2018 18:55
Per upstream documentation:

> The sqlite3 module is not built with loadable extension support by
> default, because some platforms (notably Mac OS X) have SQLite
> libraries which are compiled without this feature. To get loadable
> extension support, you must modify setup.py and remove the line that
> sets SQLITE_OMIT_LOAD_EXTENSION.

which means that SQLITE_OMIT_LOAD_EXTENSION is added as a compile
definition by default in the upstream build system. We match that
here to fix `import sqlite3`.
@jcfr
Copy link
Contributor

jcfr commented May 16, 2018

Thanks @cav71 for starting to work on this 👍

To help document the different CMake function, I suggest you look at #211

@jcfr jcfr added the Type: Documentation Documentation related label May 16, 2018
@cav71
Copy link
Contributor Author

cav71 commented May 17, 2018

Hi,
I've back-ported the scikit style.

@cav71
Copy link
Contributor Author

cav71 commented May 23, 2018

Hi, this is the documentation backport from the cpython branch #226

@cav71
Copy link
Contributor Author

cav71 commented May 25, 2018

More documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Documentation related
Development

Successfully merging this pull request may close these issues.

3 participants