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 reference to wiki for geneweb user #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file modified build/doctrees/binaries/bench.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/cgl.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/connex.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/consang.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/export.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/fixbase_plugin.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/forum.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/ged2gwb.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwb2ged.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwc.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwd.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwdiff.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwfixbase.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwgc.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwrepl.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwu.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/gwxjg.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/index.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/jingoo.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/lib_show.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/no_index.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/official_binaries.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/plugins.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/setup.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/test.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/tests.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/update_nldb.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/v7.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/v7_im.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/welcome.doctree
Binary file not shown.
Binary file modified build/doctrees/binaries/xhtml.doctree
Binary file not shown.
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file modified build/doctrees/geneweb-lib/index.doctree
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
Binary file modified build/doctrees/installation/index.doctree
Binary file not shown.
Binary file modified build/doctrees/overview/database.doctree
Binary file not shown.
Binary file modified build/doctrees/overview/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 96feaca6a4d764600ce45bac6daee7a3
config: cd4d9c25d1b076b348b70fd3338ffdbf
tags: 645f666f9bcd5a90fca523b33c5a78b7
7 changes: 6 additions & 1 deletion build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
This document is mainly meant to be useful for new developpers, not users.
Some part do quickly explain how geneweb works, so it may be useful for casual users, but it is not the main purpose of the document.
(For geneweb users best documentation is the `geneweb wiki <https://geneweb.tuxfamily.org/wiki/GeneWeb>`_.)

A GeneWeb Audit
===============

This document is one of the results of OCamlPro's first mission over GeneWeb.

It is based on this `commit <https://github.com/geneweb/geneweb/tree/b34f9cc756d5b21792ebbe8d6e9f9ebf01eddd27>`_.
It is based on geneweb commit `b34f9cc75 <https://github.com/geneweb/geneweb/tree/b34f9cc756d5b21792ebbe8d6e9f9ebf01eddd27>`_.
(commit after geneweb 7.0.0 release)

This is an overview of the different components of GeneWeb which describes:

Expand Down
3 changes: 3 additions & 0 deletions build/html/_sources/overview/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This document is mainly meant to be useful for new developpers, not users.
Some part do quickly explain how geneweb works, so it may be useful for casual users, but it is not the main purpose of the document.
(For geneweb users best documentation is the `geneweb wiki <https://geneweb.tuxfamily.org/wiki/GeneWeb>`_.)

Overview
========
Expand Down
56 changes: 27 additions & 29 deletions build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -222,7 +222,7 @@ table.modindextable td {
/* -- general body styles --------------------------------------------------- */

div.body {
min-width: 450px;
min-width: 360px;
max-width: 800px;
}

Expand All @@ -237,16 +237,6 @@ a.headerlink {
visibility: hidden;
}

a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -335,12 +325,16 @@ p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -379,13 +373,17 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -428,10 +426,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa;
}

table.footnote td, table.footnote th {
border: 0 !important;
}

th {
text-align: left;
padding-right: 5px;
Expand Down Expand Up @@ -615,19 +609,26 @@ ul.simple p {
margin-bottom: 0;
}

dl.footnote > dt,
dl.citation > dt {
aside.footnote > span,
div.citation > span {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {
content: "";
clear: both;
}
Expand All @@ -644,10 +645,6 @@ dl.field-list > dt {
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
padding-left: 0.5em;
margin-top: 0em;
Expand Down Expand Up @@ -757,6 +754,7 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}

div[class*="highlight-"] {
Expand Down
Loading