Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bilby_pipe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
bilby_pipe
Commits
a3d98f9a
Commit
a3d98f9a
authored
Jul 25, 2020
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing documentation deployment
parent
c8c97d6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
2 deletions
+38
-2
.gitlab-ci.yml
.gitlab-ci.yml
+10
-1
README.rst
README.rst
+1
-1
docs/_templates/versions.html
docs/_templates/versions.html
+27
-0
No files found.
.gitlab-ci.yml
View file @
a3d98f9a
...
...
@@ -175,6 +175,12 @@ documentation:
# Make the documentation
-
apt-get update
-
apt-get -y install graphviz
# Sphinx-multiversion needs to be run on the git repo itself
-
cd ../
-
rm bilby_pipe/ -r
-
git clone https://git.ligo.org/lscsoft/bilby_pipe.git
-
cd bilby_pipe/
# Installation and clean up
-
cd docs
-
pip install -r requirements.txt
-
make clean
...
...
@@ -182,6 +188,9 @@ documentation:
-
bilby_pipe_gracedb --json ../examples/gracedb/G298936.json --output ini --outdir .
# Sphinx-multiversion needs to be run from the top-level
-
cd ..
-
git fetch origin master
-
git status
-
git branch
-
sphinx-multiversion docs/ docs/_build/
artifacts
:
...
...
@@ -203,7 +212,7 @@ pages:
-
public
expire_in
:
30 days
only
:
-
master
-
master
deploy_release
:
stage
:
deploy
...
...
README.rst
View file @
a3d98f9a
...
...
@@ -6,7 +6,7 @@ bilby_pipe
A package for automating transient gravitational wave parameter estimation
- `Installation
instructions <https://lscsoft.docs.ligo.org/bilby_pipe/installation.html>`__
instructions <https://lscsoft.docs.ligo.org/bilby_pipe/
master/
installation.html>`__
- `Documentation <https://lscsoft.docs.ligo.org/bilby_pipe/master/index.html>`__
- `Issue tracker <https://git.ligo.org/lscsoft/bilby/issues>`__
- See the `bilby page <https://git.ligo.org/lscsoft/bilby>`__ for help channels.
...
...
docs/_templates/versions.html
0 → 100644
View file @
a3d98f9a
{%- if current_version %}
<div
class=
"rst-versions"
data-toggle=
"rst-versions"
role=
"note"
aria-label=
"versions"
>
<span
class=
"rst-current-version"
data-toggle=
"rst-current-version"
>
<span
class=
"fa fa-book"
>
Other Versions
</span>
v: {{ current_version.name }}
<span
class=
"fa fa-caret-down"
></span>
</span>
<div
class=
"rst-other-versions"
>
{%- if versions.tags %}
<dl>
<dt>
Tags
</dt>
{%- for item in versions.tags %}
<dd><a
href=
"{{ item.url }}"
>
{{ item.name }}
</a></dd>
{%- endfor %}
</dl>
{%- endif %}
{%- if versions.branches %}
<dl>
<dt>
Branches
</dt>
{%- for item in versions.branches %}
<dd><a
href=
"{{ item.url }}"
>
{{ item.name }}
</a></dd>
{%- endfor %}
</dl>
{%- endif %}
</div>
</div>
{%- endif %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment