Giter Site home page Giter Site logo

Docs are kill about ocl HOT 9 CLOSED

cogciprocate avatar cogciprocate commented on August 31, 2024
Docs are kill

from ocl.

Comments (9)

c0gent avatar c0gent commented on August 31, 2024

Strange, it's working for me. Try again?

from ocl.

remexre avatar remexre commented on August 31, 2024

Still happening for me... do you have it in your hosts file, by any chance? (Or it expired recently and your DNS still has it in cache?)

from ocl.

c0gent avatar c0gent commented on August 31, 2024

It's not in my hosts file but it's probably cached on my router. Let me see...

In the meanwhile are you able to hit cogciprocate.com at all?

This is the first trouble I've seen with Dynu DNS but this is the first year I've had them so I dunno.

from ocl.

c0gent avatar c0gent commented on August 31, 2024

It's down on my mobile connection so it's not just you.

I'll get to the bottom of it.

And yes I probably should move the docs to github.

from ocl.

remexre avatar remexre commented on August 31, 2024

Firefox with clean profile (so no local cache), offline for me. Ditto for Chrome on phone's LTE, never tried to access before from there. Main browser is Vivaldi, so it's not a cache sync issue to the phone.

from ocl.

remexre avatar remexre commented on August 31, 2024

A basic travis.yml to just build the docs would be:

language: rust
rust:
- stable

script:
- cargo build --verbose
- cargo doc --verbose
after_success:
- echo '<meta http-equiv="refresh" content="0;url=ocl/index.html">' > target/doc/index.html
- pip install --user ghp-import
- ghp-import -n target/doc
- git push -qf https://${GH_TOKEN}@github.com/cogciprocate/ocl.git gh-pages

after you put a token with a Personal Access Token into the GH_TOKEN environment variable for the build. The token needs the public_repo permission and no others. (this is decently poorly documented; took me >6hrs of trial commits and rebuilds to get it set up for my first repo...)

This is assuming you don't want to run the tests on Travis per #21. If you do, delete the script: and - cargo build --verbose lines, then move the - cargo doc --verbose line directly under the after_success: line.

from ocl.

c0gent avatar c0gent commented on August 31, 2024

Ok great, that's really helpful. I'll probably set that up first thing tomorrow then.

I've put in a ticket with Dynu. Not sure what the deal is. They have the correct IP in their configuration. For now you can reach the docs at http://98.238.188.124/ocl/ocl.

from ocl.

tari avatar tari commented on August 31, 2024

docs.rs works fine, so you may want to just point there: https://docs.rs/ocl/0.11.0/ocl/index.html

from ocl.

c0gent avatar c0gent commented on August 31, 2024

Very cool. I think I might just do that.

As soon as I get off my butt that is...

from ocl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.