Skip to content

Commit

Permalink
Cleaned up old GitLab info
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-de-andres committed Jun 29, 2020
1 parent d22b710 commit 39819ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 120 deletions.
51 changes: 0 additions & 51 deletions .gitlab-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[![pipeline status](https://gitlab.cc-asp.fraunhofer.de/simphony/documentation/badges/master/pipeline.svg)](https://gitlab.cc-asp.fraunhofer.de/simphony/documentation/commits/master)

# SimPhoNy docs
To access the documentation, please visit: http://simphony.pages.fraunhofer.de/documentation/latest
To access the documentation, please visit: https://simphony-docs.readthedocs.io/en/latest/

If you find any error or problem with the documentation, please [create an issue](https://gitlab.cc-asp.fraunhofer.de/simphony/documentation/issues)
If you find any error or problem with the documentation, please [create an issue](https://github.com/simphony/docs/issues)

## Local installation
First, some requirements have to be manually installed:
- [osp-core](https://gitlab.cc-asp.fraunhofer.de/simphony/osp-core)
- [osp-core](https://github.com/simphony/osp-core)
- pandoc
- LaTeX requirements
```shell
Expand All @@ -21,7 +20,7 @@ First, some requirements have to be manually installed:

If you want to render the documentation locally, you can run:
```
python3 setup.py build_sphinx
python3 setup.py install
```

This will render the html and generate a LaTeX pdf (in `docs/build/latex/SimPhoNy_docs.pdf`).
49 changes: 0 additions & 49 deletions docs/source/_static/version_links.js

This file was deleted.

12 changes: 0 additions & 12 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@
html_favicon = '_static/img/simphony_favicon.png'
html_logo = '_static/img/simphony_logo_light.png'
html_static_path = ['_static']
html_js_files = [
'version_links.js',
]

html_context = {
"gitlab_host": "gitlab.cc-asp.fraunhofer.de",
"display_gitlab": True, # Integrate Gitlab
"gitlab_user": "simphony", # Username
"gitlab_repo": "documentation", # Repo name
"gitlab_version": "master", # Version
"conf_py_path": "/docs/source/", # Path in the checkout to the docs root
}


# -- Options for LaTeX output -------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def run(self):
setup_requires=[
'sphinx',
],
cmdclass={'build_sphinx': CustomBuild},
cmdclass={'install': CustomBuild},
command_options={
'build_sphinx': {
'install': {
'version': ('setup.py', VERSION),
'release': ('setup.py', VERSION),
'source_dir': ('setup.py', source_dir),
Expand Down

0 comments on commit 39819ad

Please sign in to comment.